-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 901 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<!--w3 Fonts -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!--Font Awesome Update-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<!--Main CSS Document-->
<link rel="stylesheet" href="styles/main.css">
<head>
<title>Weather</title>
</head>
<body>
<nav>
<small class="error" style="color: red;"></small>
</nav>
<header></header>
<main></main>
<footer></footer>
</body>
<script src="scripts/js/functions/functions_main.js" type="text/Javascript"></script>
<script src="scripts/js/functions/functions_fetch_api.js" type="text/Javascript"></script>
<script>
</script>
</html>