|
|
@ -1,10 +1,20 @@ |
|
|
|
<!doctype html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<title>Getting Started</title> |
|
|
|
<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> |