-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
20 lines (19 loc) · 2.45 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="zh-tw"><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 - blog of WL</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://test.willerlee.com/feed.xml"><link rel="alternate" type="application/json" href="https://test.willerlee.com/feed.json"><meta property="og:title" content="blog of WL"><meta property="og:site_name" content="blog of WL"><meta property="og:description" content=""><meta property="og:url" content="https://test.willerlee.com/"><meta property="og:type" content="website"><link rel="stylesheet" href="https://test.willerlee.com/assets/css/style.css?v=af2a3de25879b28da182667ee98b43c8"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"blog of WL","url":"https://test.willerlee.com/"}</script><noscript><style>img[loading] {
opacity: 1;
}</style></noscript></head><body><header class="header" id="js-header"><a href="https://test.willerlee.com/" class="logo">blog of WL</a></header><main class="page page--error"><div class="wrapper"><div class="hero"><h1 class="page--error__title">404</h1><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://test.willerlee.com/" class="btn">Go Home</a></p></div></div></main><footer class="footer"><div class="footer__copyright">Powered by TORP Studio</div></footer><script>window.publiiThemeMenuConfig = {
mobileMenuMode: 'sidebar',
animationSpeed: 300,
submenuWidth: 'auto',
doubleClickTime: 500,
mobileMenuExpandableSubmenus: true,
relatedContainerForOverlayMenuSelector: '.navbar',
};</script><script defer="defer" src="https://test.willerlee.com/assets/js/scripts.min.js?v=66112a161d5939d966ce2b20c13988d9"></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>