-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
160 lines (152 loc) · 7.69 KB
/
404.html
File metadata and controls
160 lines (152 loc) · 7.69 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>404 Not Found</title>
<meta name="description" content="404 Not Found">
<meta name="keywords" content="404, Not Found">
<meta name="author" content="Dapper Linux Limited">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!-- template main css file -->
<link rel="stylesheet" href="/css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="/css/responsive.css">
<!-- Template Javascript Files
================================================== -->
<!-- jquery js -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<!-- bootstrap js -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</head>
<body>
<!--
==================================================
Header Section Start
================================================== -->
<header id="top-bar" class="navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<div class="navbar-brand">
<a href="/index.html" >
<img src="/images/logo.png" alt="">
</a>
</div>
<!-- /logo -->
</div>
<!-- main menu -->
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<div class="main-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/features.html">Features</a></li>
<li><a href="/download.html">Download</a></li>
<li><a href="/patchset.html">Patchset</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support <span class="caret"></span></a>
<div class="dropdown-menu">
<ul>
<li><a href="/documentation.html">Documentation</a></li>
</ul>
</div>
</li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- /main nav -->
</div>
</header>
<section class="moduler wrapper_404">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="text-center">
<h1>404</h1>
<h2>Oops! Are You Lost?</h2>
<p>The page you are looking for was moved, removed, renamed or might never have existed.</p>
<a href="/index.html" class="btn btn-dafault btn-home">Go Home</a>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Call To Action Section Start
================================================== -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="title">Ready To Try Out Dapper Linux?</h2>
<p>Let's get you secured. We will have you up and running in no time.</p>
<a href="/download.html" class="btn btn-default btn-contact">Download Now</a>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Footer Section Start
================================================== -->
<footer id="footer">
<div class="container">
<div class="col-md-8">
<p class="copyright">Copyright <span>2018</span> Dapper Linux Limited<br><a href="https://riot.im/app/#/room/#dapperlinux:matrix.org">#dapperlinux</a> on matrix.org</p>
</div>
<div class="col-md-4">
<!-- Social Media -->
<ul class="social">
<li>
<a href="https://www.facebook.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-1.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://twitter.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-2.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://github.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-3.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://www.reddit.com/u/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-4.svg" height="48" width=48">
</a>
</li>
</ul>
</div>
</div>
</footer> <!-- /#footer -->
</body>
</html>