-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.txt
40 lines (33 loc) · 1.09 KB
/
index.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Your page description here">
<meta name="author" content="South African Weather Service">
<meta name="keywords" content="HTML, CSS, JavaScript, template">
<title>ICMHEWS</title>
<!-- Link to external CSS -->
<link rel="stylesheet" href="styles.css">
<!-- Favicon -->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Font and Icon Libraries (optional) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<nav>
<!-- Navigation bar -->
</nav>
</header>
<main>
<!-- Main content -->
</main>
<footer>
<!-- Footer content -->
</footer>
<!-- External JavaScript file -->
<script src="scripts.js"></script>
</body>
</html>