Display those weather stats even though the current screen is stuck for some reason gotta figure that one out
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<main id="weather-panel">
|
||||
<header id="time"></header>
|
||||
<section id="current"></section>
|
||||
<section id="hourly"></section>
|
||||
<section id="daily"></section>
|
||||
</main>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user