-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
59 lines (50 loc) · 2.61 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>
Four o four ‐ Henry Snoek's Blog
</title>
<meta charset="utf-8">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css"
integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
<link href="https://www.henrysnoek.com/css/style.css" rel="stylesheet" type="text/css"/>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="alternate" type="application/atom+xml" href="https://www.henrysnoek.com/atom.xml"
title="Henry Snoek's Blog activity feed"/>
</head>
<body>
<nav class="navbar navbar-static-top navbar-expand-lg navbar-dark bg-dark">
<a class="brand" href="https://www.henrysnoek.com/">Henry Snoek's Blog</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar"><span class="sr-only">Toggle navigation</span> ☰
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="https://www.henrysnoek.com/about">about</a></li>
</ul>
<ul class="nav navbar-nav ml-auto">
<li><a href="https://twitter.com/snoek09" class="nav-link"><i class="fab fa-twitter fa-lg"></i></a></li>
<li><a href="https://github.com/snoek09" class="nav-link"><i class="fab fa-github fa-lg"></i></a></li>
</ul>
</div>
</nav>
<div class="mainContent container">
<div class="row-fluid">
<div class="span12">
<h2>Page not found</h2> </div>
</div>
</div>
<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://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
</body>
</html>