We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53bc2a commit 7bf5737Copy full SHA for 7bf5737
weatherApp/index.html
@@ -0,0 +1,20 @@
1
+<!DOCTYPE html>
2
+<html lang="en-us">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Weather App</title>
6
+ <link rel="icon" type="image/x-icon" href="favicon/favicon.ico">
7
+ <link rel="stylesheet" href="css/style.css">
8
+ </head>
9
+ <body>
10
+ <header>
11
+ <h1>Weather App</h1>
12
+ </header>
13
+ <main>
14
+
15
+ </main>
16
+ <footer>
17
+ © 2024 Broward College
18
+ </footer>
19
+ </body>
20
+</html>
0 commit comments