-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
executable file
·50 lines (44 loc) · 2.31 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HackKean III</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/logo.png" type="image/x-icon"/ >
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all">
<link href="css/themify-icons.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flexslider.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme-orange.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-roboto.css" rel="stylesheet" type="text/css">
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i" rel="stylesheet">
</head>
<body>
<div class="main-container">
<section class="cover fullscreen image-slider slider-arrow-controls controls-inside parallax overlay image-bg">
<div class="background-image-holder">
<img alt="image" class="background-image" src="img/dot_bg.jpg">
</div>
<div class="container v-align-transform">
<div class="row text-center">
<img alt="Logo" class="logo" src="img/logo.png">
</div>
<div class="row text-center">
<div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2">
<h3 class="brand muli-regular">Oops, nothing here :/</h3>
</div>
</div>
<div class="row text-center buttons">
<a class="btn btn-lg" href="/">Go Back</a>
</div>
</div>
</section>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/flexslider.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>