-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
91 lines (75 loc) · 2.97 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "//matomo.neher.casa/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '8']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<meta charset="UTF-8" />
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-M3SR94HW');</script>
<!-- End Google Tag Manager -->
<title>Tyler M. Neher - 404</title>
<meta name="description"
content="Cybersecurity professional with a background in data science and software development.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles.css">
<meta property="og:type" content="website" />
<meta name="og:description"
content="Cybersecurity professional with a background in data science and software development.">
<meta property="og:title" content="Tyler M. Neher - 404" />
<meta property="og:image"
content="https://raw.githubusercontent.com/tylermneher/www.tylermneher.me/main/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:url" content="https://tylermneher.me/" />
<link rel="canonical" href="https://tylermneher.me/" />
<link rel="pgpkey" href="tyler.pubkey.asc" />
<link rel="me" href="tyler.pubkey.asc" />
<link href="https://github.com/tylermneher" rel="me authn">
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<div class="row">
<div class="column">
<p>
<img src="https://raw.githubusercontent.com/tylermneher/www.tylermneher.me/main/tylermneher.jpg"
alt=" tylermneher" />
</p>
</div>
<div class="column">
<h1>Tyler M. Neher</h1>
<h3><a data-cy="404-body-index" href="index.html">Home</a> | <a data-cy="404-body-portfolio"
href="portfolio.html">Portfolio</a> | <a data-cy="404-body-contact"
href="contact.html">Contact</a></h3>
<hr>
<h2>404 Page Not Found</h2>
</div>
</div>
</div>
<footer id="footer">
<p align="center">© 2024 Tyler M. Neher</p>
<p align="center"><a data-cy="404-footer-contact" href="contact.html">Contact Me</a> | <a
data-cy="404-footer-pgpkey" rel="pgpkey" href="tyler.pubkey.asc">PGP Key</a></p>
</footer>
</div>
</body>
</html>