forked from phith0n/Minos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.htm
38 lines (36 loc) · 1.13 KB
/
404.htm
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>Oooops, Page not found</title>
<meta name="keywords" content="404 iphone web template, Andriod web template, Smartphone web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<link href="{{ static_url('assets/css/404.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="#">Talk is cheap, show me the shell #</a></h1>
</div>
</div>
<!---End-header---->
<!--start-content------>
<div class="content">
<img src="{{ static_url('assets/i/error-img.png') }}" title="error" />
<p><span><label>O</label>hh.....</span>You Requested the page that is no longer There.</p>
<a href="/">Back To Home</a>
<div class="copy-right">
</div>
</div>
<!--End-Cotent------>
</div>
<!--End-wrap--->
</body>
</html>