-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
108 lines (105 loc) · 5.71 KB
/
404.html
File metadata and controls
108 lines (105 loc) · 5.71 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<script>
// 3D Viewer Redirect Hack
(function () {
var path = window.location.pathname;
if (path.startsWith('/view/')) {
var modelName = path.substring(6).replace(/\/$/, ""); // Remove /view/ and trailing slash
if (modelName) {
// Redirect to the viewer with the model parameter
// We use replace() so the back button works better (skips the 404 page)
window.location.replace('/view/index.html?model=' + encodeURIComponent(modelName));
}
}
})();
</script><!-- cache-bust:20260218 -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Error 404 - halr9000</title>
<meta name="robots" content="noindex, follow">
<meta name="generator" content="Publii Open-Source CMS for Static Site">
<link rel="alternate" type="application/atom+xml" href="https://halr9000.com/feed.xml">
<link rel="alternate" type="application/json" href="https://halr9000.com/feed.json">
<meta property="og:title" content="halr9000">
<meta property="og:image" content="https://halr9000.com/media/website/android-chrome-512x512.png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta property="og:site_name" content="halr9000">
<meta property="og:description" content="">
<meta property="og:url" content="https://halr9000.com/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@halr9000">
<meta name="twitter:title" content="halr9000">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://halr9000.com/media/website/android-chrome-512x512.png">
<link rel="shortcut icon" href="https://halr9000.com/media/website/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://halr9000.com/assets/css/style.css?v=8472f1bfe4b0fdb01c59d1d3fa980ec3">
<script
type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"halr9000","logo":"https://halr9000.com/media/website/android-chrome-512x512.png","url":"https://halr9000.com/","sameAs":["https://twitter.com/halr9000","https://www.instagram.com/halr9000/","https://www.linkedin.com/in/halrottenberg/"]}</script>
<noscript>
<style>
img[loading] {
opacity: 1;
}
</style>
</noscript>
</head>
<body>
<div class="site-container">
<header class="top" id="js-header"><a class="logo" href="https://halr9000.com/"><img
src="https://halr9000.com/media/website/android-chrome-512x512.png" alt="halr9000" width="512"
height="512"></a></header>
<main class="page page--error">
<article class="post">
<div class="hero">
<header class="hero__content">
<div class="wrapper">
<h1>404</h1>
<p>Page not found</p>
</div>
</header>
</div>
<div class="wrapper post__entry">
<p>The page you were looking for appears to have been moved, deleted or does not exist. You could go
back to where you were or head straight to our home page.</p>
<p><svg width="1.041em" height="0.416em" aria-hidden="true">
<use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#arrow-prev" />
</svg> <a href="https://halr9000.com/" class="readmore">Go home</a></p>
</div>
</article>
</main>
<footer class="footer">
<div class="footer__social"><a href="https://twitter.com/halr9000" aria-label="Twitter"><svg>
<use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#twitter" />
</svg> </a><a href="https://www.instagram.com/halr9000/" aria-label="Instagram"><svg>
<use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#instagram" />
</svg> </a><a href="https://www.linkedin.com/in/halrottenberg/" aria-label="LinkedIn"><svg>
<use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#linkedin" />
</svg></a></div>
<div class="footer__copyright">
<p>Powered by Publii</p>
</div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top"
title="Back to top"><svg>
<use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#toparrow" />
</svg></button>
</footer>
</div>
<script defer="defer"
src="https://halr9000.com/assets/js/scripts.min.js?v=f47c11534595205f20935f0db2a62a85"></script>
<script>window.publiiThemeMenuConfig = { mobileMenuMode: 'sidebar', animationSpeed: 300, submenuWidth: 'auto', doubleClickTime: 500, mobileMenuExpandableSubmenus: true, relatedContainerForOverlayMenuSelector: '.top' };</script>
<script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script>
</body>
</html>