-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
59 lines (50 loc) · 1.44 KB
/
404.html
File metadata and controls
59 lines (50 loc) · 1.44 KB
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
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kim Leabres</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Trying hard">
<link href="/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="/css/elusive-webfont.css">
<style>
body {
padding-top: 60px;
}
</style>
<link href="/css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Kim Leabres</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
</ul>
</div>
</div>
</div>
<img src="/404/monster_sign_01.png" style="position: relative"/>
<div class="wew" style="margin-left: 62.5%; position: absolute; top: 230px;">
<section class="text-center">
<h1> Not found! </h1>
<h5 style="margin-top: -10px">wew</h5>
</section>
</div>
</div>
</div>
</div>
</div>
</body>
</html>