-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
15 lines (15 loc) · 3.75 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html><html lang="en-gb"><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 - slsig</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://slsig.github.io/feed.xml"><link rel="alternate" type="application/json" href="https://slsig.github.io/feed.json"><meta property="og:title" content="slsig"><meta property="og:image" content="https://slsig.github.io/media/website/slsig20.png"><meta property="og:image:width" content="2084"><meta property="og:image:height" content="572"><meta property="og:site_name" content="slsig"><meta property="og:description" content=""><meta property="og:url" content="https://slsig.github.io/"><meta property="og:type" content="website"><link rel="stylesheet" href="https://slsig.github.io/assets/css/style.css?v=7f79e90f45889383d60600e5c1906d81"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"slsig","logo":"https://slsig.github.io/media/website/slsig20.png","url":"https://slsig.github.io/"}</script></head><body><div class="container"><header class="header"><a href="https://slsig.github.io/" class="logo"><img src="https://slsig.github.io/media/website/slsig20.png" alt="slsig" width="2084" height="572"></a><nav class="navbar js-navbar"><button class="navbar__toggle js-toggle" aria-label="Menu">Menu</button><ul class="navbar__menu"><li><a href="https://slsig.github.io/" target="_self">Home</a></li><li><a href="https://slsig.github.io/meetings.html" target="_self">Meetings</a></li><li class="has-submenu"><a href="https://slsig.github.io/features.html" target="_self" aria-haspopup="true">Featured Sites</a><ul class="navbar__submenu level-2" aria-hidden="true"><li><a href="https://slsig.github.io/fontbonne.html" target="_self">Fontbonne</a></li></ul></li><li><a href="https://slsig.github.io/resources.html" target="_self">Resources</a></li></ul></nav></header><main class="main page page--error"><div class="hero hero--centered"><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 class="page--error__btn"><a href="https://slsig.github.io/" class="btn">Go Home</a></p></div></main><footer class="footer"><div class="footer__left"><div class="footer__copy"><p>Powered by Publii</p></div></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="https://slsig.github.io/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script>window.publiiThemeMenuConfig = { mobileMenuMode: 'sidebar', animationSpeed: 300, submenuWidth: 'auto', doubleClickTime: 500, mobileMenuExpandableSubmenus: false, relatedContainerForOverlayMenuSelector: '.navbar', };</script><script defer="defer" src="https://slsig.github.io/assets/js/scripts.min.js?v=8190bbfcf662a6d5bf1ad35d88ad1ec9"></script><script>function publiiDetectLoadedImages () {
var images = document.querySelectorAll('img[loading]:not(.is-loaded)');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
images[i].parentNode.classList.remove('is-img-loading');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
this.parentNode.classList.remove('is-img-loading');
}, false);
}
}
}
publiiDetectLoadedImages();</script></body></html>