-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
45 lines (41 loc) · 2.45 KB
/
404.html
File metadata and controls
45 lines (41 loc) · 2.45 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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="google-site-verification" content="fRd6qhqb-5nYArNWfLnkRf2tUDEAwfc7XA4drtnsiUo">
<meta property='og:title' content="{{site.name}}"/>
<meta property='og:image' content="https://adamfleishaker.com/assets/adamfleishaker.png"/>
<meta property='og:description' content="{{site.description}}"/>
<meta property='og:url' content="https://adamfleishaker.com/">
<link rel="icon" type="image/x-icon" href="/assets/adamprofile.png">
<title>{{site.name}}</title>
<!-- CSS assets -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="/css/animate.min.css">
<link rel="stylesheet" href="/css/personal.css">
<!-- JS assets -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
</head>
<body>
{% include header.html %}
<div class="blankslate text-center mt-5">
<h1><i class="nes-icon is-large heart is-empty"></i> <i class="nes-icon is-large heart is-empty"></i> <i class="nes-icon is-large heart is-empty"></i></h1>
<h3 class="text-bold">You've encountered a removed/currently unavailable path.</h3>
<p class="mt-3">Please use the navigation above or try again later.</p>
<a class="return-button nes-btn mt-3 text-decoration-none" href="/" type="button">Return to the homepage</a>
</div>
<script src="/js/personal.js"></script>
</body>
</html>