-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
37 lines (33 loc) · 892 Bytes
/
404.html
File metadata and controls
37 lines (33 loc) · 892 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>marvin-davieds.de</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css"
</head>
<body>
<div class="container">
<div class="horizon30">
<div class="row">
<div class="span12">
<h1>sorry, this is not what you're looking for ...</h1>
</div>
</div>
</div>
<div class="horizon50">
<div class="row">
<div class="span4 offset4">
<span class="arrow">↢</span> <a href="/">marvin-davieds.de</a>
</div>
</div>
</div>
<div class="horizon95">
<div class="row">
<div class="span4 offset4">
<small><a href="impressum.html">impressum</a></small>
</div>
</div>
</div>
</div>
</body>
</html>