-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathnot_found.html
36 lines (33 loc) · 1.06 KB
/
not_found.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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>
Site not found - droid-break.info
</title>
<!-- CSS -->
<link href="style.css" rel="stylesheet" type="text/css" media="all" />
<!-- jQuery via CDN-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
</head>
<body>
<div class="txt-Center">
<h1>
Page Not Found
</h1>
<p>
The requested page was not found on this web site.
</p>
</div>
<!-- Footer -->
<footer>
<p>
<a href="/">Home</a> - <a href="about.html">About</a> - <a href="support.html">Support</a>
</p>
<p>
CC-BY-SA 2013 by <a href="http://repat.de">repat</a> - hosted on <a href="http://neocities.org" title="neocities">neocities.org</a> - Last update: 14 November 2013, 12:49
</p>
</footer>
</body>
</html>