-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (33 loc) · 1.16 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="pics/Favicon.png" type="image/x-icon">
<link rel="stylesheet" href="index.css">
<title>Pax An</title>
</head>
<body>
<div id="center">
<div id="image">
<a href="#" onclick="menuClick()"><img src="pics/Favicon.png" alt="Logo"></a>
</div>
<div id="menu">
<div class="option" id="option1">
<!--NEWS-->
<a href="news.html"><img src="pics/News.png" alt="News"></a>
</div>
<div class="option" id="option2">
<!--INSTA-->
<a href="https://www.instagram.com/paxan.fsm/" target="_blank"><img src="pics/insta.png" alt="PaxAn Insta"></a>
</div>
<div class="option" id="option3">
<!--SCHOOL-->
<a href="https://www.friedensschule.de" target="_blank"><img src="pics/Schule.png" alt="Schule"></a>
</div>
<div class="option" id="option4">4</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>