-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
60 lines (58 loc) · 2.33 KB
/
404.html
File metadata and controls
60 lines (58 loc) · 2.33 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Digota - 404 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<link href="/css/bootstrap.css" rel="stylesheet" type="text/css" media="all"/>
<link href="/css/theme.css" rel="stylesheet" type="text/css" media="all"/>
<link href="/css/custom.css" rel="stylesheet" type="text/css" media="all"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700" rel="stylesheet">
</head>
<body data-smooth-scroll-offset="77" class="bg--dark">
<nav id="menu-bar" class="bar bar--sm bar-1 bg--dark ">
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-2 ">
<div class="bar__module">
<p style=" padding-top:1rem; font-size: 28px; letter-spacing: -2px; font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif; color: #666666; font-weight: 700;">
Digota</p>
</div>
<!--end module-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</nav>
<div class="main-container">
<section class="height-100 bg--dark text-center">
<div class="container pos-vertical-center">
<div class="row">
<div class="col-sm-12">
<h1 class="h1--large">404</h1>
<p class="lead"> The page you were looking for doesn't appear to exist. </p> <a
href="http://digota.com">Go back to home page</a></div>
</div>
</div>
</section>
</div>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-100354723-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>