-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
28 lines (27 loc) · 873 Bytes
/
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
---
title: 404 - Not found
---
<!DOCTYPE html>
<html >
<head>
<meta charset="utf-8">
<meta name="author" content="Holusion">
<link rel="stylesheet" href="/vendor/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">
<script defer="" src="/vendor/jquery/dist/jquery.min.js"></script>
<script defer="" src="/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body style="padding:50px">
<h2 id="404-title">Sorry this page does not exist.</h2>
<p>
<div id="404-long">
Maybe it has been moved. You can signal us a dead link.
</div>
</p>
<p>
<center>
<button class="btn btn-default"><a id="404-home" href="/">Go to Home</a></button>
<button class="btn btn-default"><a id="404-signal" href="mailto:[email protected]?Subject=Support%20Technique" target="_blank">Signal a dead link</a></button>
</center>
</p>
</body>