-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
72 lines (60 loc) · 3.03 KB
/
404.html
File metadata and controls
72 lines (60 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Biscuit's blog</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Happenings in my world.">
<meta name="author" content="[object Object]">
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="Biscuit's blog">
<link rel="alternate" href="/feed/feed.json" type="application/json" title="Biscuit's blog">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/test.css">
</head>
<body>
<aside class="text-center bg-dark text-white">
<!-- Sidebar -->
<div class="sidebar-sticky">
<h1 class="pt-lg-4 mb-0 blog-name">Biscuit's blog</h1>
<nav class="navbar navbar-expand-md">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation">
<span class="" role="button" ><i class="fa fa-bars" aria-hidden="true" style="color:#e6e6ff"></i></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column" >
<div class="pt-3 pt-lg-0">
<img class="mb-3 rounded-circle mx-auto" style="width:75%; max-width:200px;" src="/img/author.jpg" alt="Author image">
<div class="mb-3">Triumph enthusiast, history buff, travel hobbyist, die hard geek and former archaeologist.</div>
</div>
<ul class="navbar-nav flex-column text-left">
<li class="nav-link">
<a href="/">Home</a>
</li>
<li class="nav-link">
<a href="/halo/">Project HaLO</a>
</li>
<li class="nav-link">
<a href="/bela/">Project BeLA</a>
</li>
<li class="nav-link">
<a href="/posts/">Archive</a>
</li>
</ul>
<small class="copyright">Copyright 2021 </small>
</div>
</nav>
</div>
<!-- End of Sidebar -->
</aside>
<main class="p-3 p-md-5">
<h1 id="oh-crumbs%2C-page-not-found.">Oh crumbs, page not found. <a class="direct-link" href="#oh-crumbs%2C-page-not-found."></a></h1>
<p>Go <a href="/">home</a>.</p>
</main>
<!-- Scripts -->
<script src="https://kit.fontawesome.com/721532b6e1.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Current page: /404.html -->
</body>
</html>