-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
20 lines (19 loc) · 3.13 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html><html lang="en"><head><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 - HomeIOT</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://willerlee.github.io/home-iot-blog/feed.xml"><link rel="alternate" type="application/json" href="https://willerlee.github.io/home-iot-blog/feed.json"><meta property="og:title" content="HomeIOT"><meta property="og:site_name" content="HomeIOT"><meta property="og:description" content=""><meta property="og:url" content="https://willerlee.github.io/home-iot-blog/"><meta property="og:type" content="website"><link rel="stylesheet" href="https://willerlee.github.io/home-iot-blog/assets/css/style.css?v=4a4a94f2565a3a746da598235f3f7d7c"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"HomeIOT","url":"https://willerlee.github.io/home-iot-blog/"}</script><noscript><style>img[loading] {
opacity: 1;
}</style></noscript></head><body><div class="container"><header class="top" id="js-top"><div><a class="logo" href="https://willerlee.github.io/home-iot-blog/">HomeIOT</a><nav class="navbar"><button class="navbar__toggle" aria-label="Menu" aria-haspopup="true" aria-expanded="false"><span class="navbar__toggle-box"><span class="navbar__toggle-inner">Menu</span></span></button><ul class="navbar__menu"></ul></nav></div></header><main class="page page--error"><div class="hero hero--full"><header><h1>404</h1><p>Ooops, something went wrong!</p></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><a href="https://willerlee.github.io/home-iot-blog/" class="btn btn--outline">Go home</a></p></div></main></div><footer class="footer"><div class="footer__copyright">Powered by Publii</div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="https://willerlee.github.io/home-iot-blog/assets/svg/svg-map.svg#toparrow"/></svg></button></footer><script>window.publiiThemeMenuConfig = {
mobileMenuMode: 'sidebar',
animationSpeed: 300,
submenuWidth: 'auto',
doubleClickTime: 500,
mobileMenuExpandableSubmenus: true,
relatedContainerForOverlayMenuSelector: '.top',
};</script><script defer="defer" src="https://willerlee.github.io/home-iot-blog/assets/js/scripts.min.js?v=9accdc407b532021117f2016091c905e"></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>