-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
73 lines (62 loc) · 2.45 KB
/
404.html
File metadata and controls
73 lines (62 loc) · 2.45 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found | dKade's notes</title>
<link href="https://dkade.com/index.xml" rel="alternate" type="application/rss+xml" title="dKade's notes">
<link rel="stylesheet" href="/css/style.css"><link rel='stylesheet' href='https://dkade.com/css/custom.css'><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="shortcut icon" type="image/png" href="/favicon.ico">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel="canonical" href="https://dkade.com/404.html">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title notfound">404</h1>
<h2 class="subtitle is-4">
Page not found
</h2>
<a class="button" href="https://dkade.com">Home Page</a>
</div>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
<p>© <a href="https://github.com/dkade">dkade</a> 2021</p>
<p>Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/ribice/kiss">Kiss</a>.</p>
</div>
</section>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="\/\/matomo.example.com\/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript>
<img src="//matomo.example.com/piwik.php?idsite=1&rec=1" style="border:0" alt="">
</noscript>
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '\/\/fathom.example.com\/tracker.js', 'fathom');
fathom('trackPageview');
</script>
</body>
</html>