-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
43 lines (42 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>InnoDesign - Error 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Syndicate - Multipurpose Bootstrap Retina Template">
<meta name="author" content="Awerest - interactive agency">
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<style type="text/css">
body {
background: #bcd9de;
padding-top: 6%;
}
.btn-default {
background: #231f20;
}
</style>
<link rel="icon" type="image/ico" href="favicon.png">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-8 col-offset-2 text-center">
<a href="/">
<img class="img-responsive" src="static/img/404.png" alt="Syndicate - Multipurpose Bootstrap Retina Template">
<div class="btn btn-default btn-large">Ir al Inicio!</div>
</a>
</div>
</div>
</div>
<!--latest jQuery-->
<script src="/static/js/jquery-1.10.2.min.js"></script>
<!--main bootstrap js-->
<script src="/static/js/bootstrap.min.js"></script>
<!--enable responsive features in IE8-->
<script src="/static/js/respond.min.js"></script>
</body>
</html>