-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathflat404.html
52 lines (49 loc) · 1.78 KB
/
flat404.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>404 - Flat</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="JoashPereira">
<link rel="stylesheet" href="css/flat-404.css" />
</head>
<body class="flat">
<div class="content">
<div class="content-box">
<div class="big-content">
<div class="list-square">
<span class="square"></span>
<span class="square"></span>
<span class="square"></span>
</div>
<div class="list-line">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
<i class="fa fa-search" aria-hidden="true"></i>
<div class="clear"></div>
</div>
<h1>Oops! Error 404 not found.</h1>
<p>The page you were looking for doesn't exist.</p>
</div>
</div>
<footer>
<ul>
<li><a href="http://joashpereira.com/">Home</a></li>
<li><a href="#">Search</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Sitemap</a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</footer>
<script src="js/common/jquery.min.js"></script>
<script src="js/common/bootstrap.min.js"></script>
</body>
</html>