-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (40 loc) · 1.21 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
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ŋuhrovision</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="section">
<img src="images/nguhrovision-logo-white.png" width="30%">
</div>
<div class="main">
<div class="border1" id="b1">
<div class="border2" id="b2">
<div class="border3" id="b3">
<div class="section">
<h3>About Ŋuhrovision</h3>
<p>Some Text Here</p>
</div>
<hr width="75%">
<div class="section">
<h3>Events</h3>
<p>Some Text Here</p>
<div class="list">
<ul>
<li><a href="Ŋuhrovision_2024.html">Ŋuhrovision 2024</a></li>
<li><a href="Ŋuhrovision_2025.html">Ŋuhrovision 2025</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" class="section border"></footer>
<script src="js/index.js"></script>
<script src="js/common.js"></script>
</body>
</html>