-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (24 loc) · 1.23 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
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Chivo:300,700i" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="mail/mail.css">
<script type="text/javascript" src = "js/jsfunctions.js"></script>
<script type="text/javascript" src = "mail/mail.js"></script>
<meta charset="windows-1252">
<link href="images/favicon.ico" rel="icon" type="image/ico" />
<title>REPLACEME_your_title</title>
</head>
<body>
<div id="menu_entry" data-active="-1"></div>
<div class="content_block">
<div class="content_wrapper" style = "display: block;">
<div class="four-oh-four_title">FOUR OH FOUR</div>
<div class="four-oh-four_text">The page you're trying to visit doesn't seem to exist.<br>If this bothers you, please send me an E-Mail.</div>
<div class="pointer four-oh-four_mail" onclick='openMail("error",0)'>Send Mail</div>
</div>
</div>
<script>drawHeader();</script>
<script>drawFooter();</script>
</body>
</html>