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.
 
 
 
 

19 lines
446 B

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title><%= htmlWebpackPlugin.options.title %></title>
</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>
</body>
</html>