-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 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
<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="utf-8">
<title>MetaMuffin's Website</title>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Permanent+Marker|Righteous|Kalam&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/master.css">
<link rel="stylesheet" href="./css/animation.css">
<script src="./js/navbar.js"></script>
</head>
<body onload="javascript:nsetup()">
<header>
<h1>MetaMuffin's Website</h1>
</header>
<div class="nav" id="header">
<div class="icon">
<h3>MetaMuffin's Website</h3>
</div>
<ul>
<li><a class="grayout" href="./index.html">Startseite</a></li>
<li><a href="./games/index.html">Onlinespiele</a></li>
<li><a href="./other/index.html">Anderes</a></li>
</ul>
</div>
<div class="content contentAppear">
<h2>Willkommen!</h2>
<p>Hier findest du meine Experimente, qualitativ schlechte Onlinespiele und anders Zeugs.</p>
</div>
</body>
</html>