This commit is contained in:
79
templates/404.html
Normal file
79
templates/404.html
Normal file
@@ -0,0 +1,79 @@
|
||||
<!DOCTYPE html>
|
||||
<html data-bs-theme="light" lang="en-au">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>HNS AU</title>
|
||||
<meta name="theme-color" content="#000000">
|
||||
<meta name="twitter:image" content="https://hns.au/assets/img/HNSAUbanner.png">
|
||||
<meta name="twitter:description" content="The home of Australians using the decentralized web, built on Handshake.">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="og:description" content="The home of Australians using the decentralized web, built on Handshake.">
|
||||
<meta name="description" content="Handshake Australia">
|
||||
<meta property="og:title" content="HNS AU">
|
||||
<meta property="og:type" content="website">
|
||||
<meta name="twitter:title" content="HNS AU">
|
||||
<meta property="og:image" content="https://hns.au/assets/img/HNSAUbanner.png">
|
||||
<link rel="icon" type="image/png" sizes="600x627" href="assets/img/favicon.png">
|
||||
<link rel="icon" type="image/png" sizes="600x627" href="assets/img/favicon.png" media="(prefers-color-scheme: dark)">
|
||||
<link rel="icon" type="image/png" sizes="600x627" href="assets/img/favicon.png">
|
||||
<link rel="icon" type="image/png" sizes="600x627" href="assets/img/favicon.png" media="(prefers-color-scheme: dark)">
|
||||
<link rel="icon" type="image/png" sizes="600x627" href="assets/img/favicon.png">
|
||||
<link rel="icon" type="image/png" sizes="600x627" href="assets/img/favicon.png">
|
||||
<link rel="icon" type="image/png" sizes="600x627" href="assets/img/favicon.png">
|
||||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i&display=swap">
|
||||
<link rel="stylesheet" href="assets/css/404.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
|
||||
<link rel="stylesheet" href="assets/css/vanilla-zoom.min.css">
|
||||
<!-- 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="https://analytics.woodburn.au/";
|
||||
_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 -->
|
||||
</head>
|
||||
|
||||
<body><!-- partial:index.partial.html -->
|
||||
<p>HTTP: <span>404</span></p>
|
||||
<div style="text-align: center;">
|
||||
<div style="display: inline-block; text-align: left;">
|
||||
<code><span>this_page</span>.<em>not_found</em> = true;</code>
|
||||
<code><span>if</span> (<b>you_spelt_it_wrong</b>){<br><span>autocorrect</span>.<em>enable</em>();<br>}</code>
|
||||
<code><span>else if</span> (<b>we_screwed_up</b>){<br><em>alert</em>(<i>"Strewth mate, you're lost! Fair dinkum, why are you here?"</i>);<br><span>window</span>.<em>location</em> = home;<br>}</code>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- partial -->
|
||||
|
||||
<script type="text/javascript">
|
||||
function callback(){
|
||||
return function(){
|
||||
alert("Strewth mate, you're lost! Fair dinkum, why are you here?");
|
||||
window.location = '/';
|
||||
}
|
||||
}
|
||||
var a = "world";
|
||||
setTimeout(callback(), 5000);
|
||||
|
||||
|
||||
</script>
|
||||
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
|
||||
<script src="assets/js/vanilla-zoom.js"></script>
|
||||
<script src="assets/js/theme.js"></script>
|
||||
<script src="assets/js/404.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user