-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
111 lines (80 loc) · 3.8 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width">
<title>Page Not Found | Understory Woodworking</title>
<meta name="title" content="Page Not Found | Understory Woodworking">
<meta name="description" content="This page could not be found.">
<meta property="og:title" content="Page Not Found | Understory Woodworking">
<meta property="og:description" content="This page could not be found.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://understorywoodworking.com/404.html ">
<meta property="og:image" content="https://understorywoodworking.com/images/static/meta-img.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Page Not Found | Understory Woodworking">
<meta property="twitter:description" content="This page could not be found.">
<meta property="twitter:url" content="https://understorywoodworking.com/404.html ">
<meta property="twitter:image" content="https://understorywoodworking.com/images/static/meta-img.jpg">
<link rel="shortcut icon" href="/images/static/favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/static/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;600;700&family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="/js/scripts.js"></script>
<script data-host="https://microanalytics.io" data-dnt="false" src="https://microanalytics.io/js/script.js" id="ZwSg9rf6GA" async defer></script>
</head>
<body>
<script>
if (localStorage.getItem('dark-mode') == 'on') {
document.querySelector('body').classList.add('dark-mode');
}
</script>
<header class="header">
<div class="header-wrapper content-wrapper content-wrapper--wide">
<div class="logo">
<a href="/">
<img class="logo-img image-invertable" alt="Understory Woodworking" src="/images/static/logo.svg" width="350" height="89">
</a>
</div>
<nav class="main-menu">
<a href="#" class="main-menu__toggle" title="Toggle Navigation"><i class="bi bi-list"></i></a>
<ul class="main-menu__list"><li>
<a href="/about/">
About
</a></li><li>
<a href="/gallery/">
Gallery
</a></li><li>
<a href="/contact/">
Contact
</a></li><li>
<a href="https://www.instagram.com/understorywoodworking/" title="Go to Instagram" rel="noopener" target="_blank"><i class="bi bi-instagram"></i></a>
</li>
</ul>
</nav>
</div>
</header>
<main class="main main--flex">
<div class="content-wrapper">
<div class="text-centered">
<img src=/images/static/hemlock-cone.svg class="image-invertable" alt="Understory Woodworking Logo" width="100">
</div>
<h1 class="page-title">Page Not Found</h1>
<p class="page-intro text-centered">
Sorry, but the page you're trying to load does not exist. Head back to the <a href="/">homepage</a> or <a href="/contact">contact me</a> if you're having trouble finding something.
</p>
</div>
</main>
<footer class="footer">
<p class="copyright">
© Understory Woodworking
</p>
<p>
<a class="dark-mode-toggle" href="#dark-mode" title="Toggle Dark Mode"><i class="bi bi-brightness-high-fill"></i></a>
</p>
</footer>
</body>
</html>