Weather dashboard
https://natronics.org/weather/
10 lines
167 B
10 lines
167 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Getting Started</title>
|
|
</head>
|
|
<body>
|
|
<svg id="chart"></svg>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|