-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·42 lines (37 loc) · 1.29 KB
/
404.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"/>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="article/article.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>lennard-golsch.de</title>
</head>
<body>
<div id="nav-color"></div>
<header>
<nav>
<div id="nav">
<div id="nav-name">
<a href="/"><img src=logo.png height="50px"></a>
</div>
</div>
</nav>
</header>
<main>
<p id = "head">Not found</p>
<div id = "desc">
<h1 style="font-size:1000%;" >42/0</h1>
</div>
</main>
<footer>
<div id="nav-social">
<a href="https://facebook.com/lennard.golsch"><img src="../social/facebook.svg" height="30"/></a>
<a href="mailto:[email protected]"><img src="../social/mail.svg" height="30"/></a>
<a href="https://www.deezer.com/de/profile/714659731"><img src="../social/play.svg" height="30"/></a>
<a href="https://www.xing.com/profile/Lennard_Golsch/cv"><img src="../social/xing.svg" height="30"/></a>
<a href="https://github.com/golsch"><img src="../social/github.svg" height="30"/></a>
</div>
</footer>
</body>
</html>