-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.02 KB
/
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
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Internet Governance Experts-IGE CLOUD</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#site">Site</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#other">Other</a></li>
</ul>
</nav>
</header>
<main>
<section id="site">
<h2>Welcome to Our Site</h2>
<p>Here is where you will find information about our e-learning platform, including our mission, courses, and resources.</p>
</section>
<section id="blog">
<h2>Our Blog</h2>
<p>Check out our blog for the latest updates, news, and tips related to e-learning and education.</p>
</section>
<section id="other">
<h2>Other Resources</h2>
<p>Here you will find additional resources and information about our community and how you can get involved.</p>
</section>
</main>
<footer>
<p>Copyright © 2023 Internet Governance Experts-IGE CLOUD</p>
</footer>
</body>
</html>