-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
38 lines (36 loc) · 994 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
29
30
31
32
33
34
35
36
37
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Ducatel - 404 Errors</title>
<link href="css/style404.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!--start-wrap--->
<div class="wrap">
<!---start-header---->
<div class="header">
<div class="logo">
<h1><a href="#">Ohh</a></h1>
</div>
</div>
<!---End-header---->
<!--start-content------>
<div class="content">
<img src="images/error404-img.png" title="error" />
<p><span><label>O</label>hh.....</span>You Requested the page that is no longer There.</p>
<a href="http://ducatel.github.io/">Back To Home</a>
<div class="copy-right">
<p><a href="http://ducatel.github.io/">Follow the breadcrumb</a></p>
</div>
</div>
<!--End-Cotent------>
</div>
<!--End-wrap--->
</body>
</html>