-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 1.08 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
44
45
46
47
<html lang="en">
<head>
<title>Hannes König 👑</title>
<link rel="icon" type="image/png" href"./images/icons/icon-HK457.png">
<link rel="apple-touch-icon" href="./images/icons/icon-HK457.png"/>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="./css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
</style>
<style type=text/css>
a:link {
color:inherit;
text-decoration:none;
}
</style></head>
<body>
<br>
<br>
<br>
<br>
<div id="navbar">
<h1><a href="/index.html"><font color=820909>HK457👑</a></h1>
<a href="/index.html">Home</a>
<a href="/subsites/test.html">About</a>
Blog
</div>
<table>
<tr>
<td>
<a href="./subsites/donations.html">Spenden</a>
</td>
<td>rägheitsmomente</a>
</td>
<td>
<a href="./subsites/test-favicon.html">HK457</a>
</td>
</tr>
</table>
</body>
</html>