Weather dashboard
https://natronics.org/weather/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
507 B
20 lines
507 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Weather for Philadelphia, PA</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" >
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1 class="title">Weather for <span class="city">Philadelphia, PA</span></h1>
|
|
</header>
|
|
<svg id="chart"></svg>
|
|
</div>
|
|
<footer>
|
|
<p>Made by natronics in the cold industrial blocks of Philadelphia PA.</p>
|
|
</footer>
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|