-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path404.html
35 lines (34 loc) · 1.45 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
---
permalink: /404.html
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404 🚀</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/themify-icons.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flexslider.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/ytplayer.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" />
</head>
<body>
<div id="404">
</div>
<div class="col-sm-10 col-sm-offset-1">
<div class="text-center">
<i class="ti-receipt icon icon-lg mb24 mb-xs-0"></i>
<h1 class="large">Page Not Found</h1>
<p>The page you requested couldn't be found - this could be due to a spelling error in the URL or a removed page.</p>
<a class="btn" href="https://mfossociety.github.io/">Go Back Home</a>
<a href="#" class="btn" onclick="window.history.go(-1);"><i>Back</i></a>
</div>
</div>
<script src="js/lottie.min.js"></script>
<script src="js/404.js"></script>
</body>
</html>