forked from acmutd/hackutd-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·65 lines (46 loc) · 1.81 KB
/
404.html
File metadata and controls
executable file
·65 lines (46 loc) · 1.81 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
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<!--[if IE 7]><html lang="en" class="ie7"><![endif]-->
<!--[if IE 8]><html lang="en" class="ie8"><![endif]-->
<!--[if IE 9]><html lang="en" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><html lang="en"><![endif]-->
<!--[if !IE]><html lang="en"><![endif]-->
<head>
<meta charset="utf-8">
<script src="js/lib/modernizr.js"></script>
<title>404 - Page not found</title>
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- Essential stylesheets -->
<link rel="stylesheet" href="css/lib/font-awesome.min.css">
<link rel="stylesheet" href="css/lib/base.css">
<!-- The stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- The favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- 404 -->
<div class="fourofour">
<div class="header bg-img fixed bg-one">
<!-- Content -->
<div class="header-container text-white">
<p class="digits">404</p>
<hr>
<p class="h2 responsive-txt serif italic">Page not found</p>
<a href="javascript:history.back()"><i class="fa fa-long-arrow-left"></i></a>
<a href="index.html"><i class="fa fa-home"></i></a>
</div>
</div>
</div>
<!-- Javascript -->
<script src="js/lib/jquery.min.js"></script>
<script src="js/lib/retina.min.js"></script>
</body>
</html>