-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
137 lines (94 loc) · 4.67 KB
/
404.html
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!doctype html>
<html lang="zh-Hant-TW">
<head>
<meta charset="utf-8">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-92586970-4"></script>
<script async>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-92586970-4');
</script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "lpnoqxbhhj");
</script>
<meta name="generator" content="Hugo 0.117.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>404 Page not found | 伊果的沒人看筆記本</title>
<meta property="og:title" content="404 Page not found - 伊果的沒人看筆記本">
<meta property="og:type" content="article">
<meta name="description" content="404 Page not found">
<meta name="author" content="Igouist">
<meta property="og:url" content="https://igouist.github.io/404.html">
<link defer rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link defer rel="stylesheet" href="/css/normalize.css">
<link defer rel="stylesheet" href="/css/style.css">
<script async type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script data-ad-client="ca-pub-2119949858103459" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "[map[]]",
enable_page_level_ads: true
});
</script>
</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name ">
<a id="logo" href="https://igouist.github.io/">
伊果的沒人看筆記本
</a>
<p class="description">菜雞寫筆記,踩坑全紀錄</p>
</div>
<div>
<nav id="nav-menu" class="clearfix">
<a class="" href="https://igouist.github.io/">Home</a>
<a href="https://igouist.github.io/categories/csharp-and-dotnet/" title="CSharp">CSharp</a>
<a href="https://igouist.github.io/categories/life/" title="Life">Life</a>
<a href="https://igouist.github.io/categories/reading/" title="Reading">Reading</a>
<a href="https://igouist.github.io/repost/" title="Repost">Repost</a>
<a href="https://igouist.github.io/archives/" title="Archives">Archives</a>
<a href="https://igouist.github.io/about/" title="About">About</a>
</nav>
</div>
</div>
</div>
</header>
<br/>
<img class="img404" src="https://github.com/SAWARATSUKI/KawaiiLogos/blob/main/ResponseCode/404%20NotFound.png?raw=true" alt="404"/>
<div class="info404">
<section>
<a rel="nofollow" href="https://igouist.github.io/" class="index404">回首頁看看</a>
</section>
<br/>
</div>
<footer id="footer">
<div class="container">
© 2019-2025 <a href="https://igouist.github.io/">伊果的沒人看筆記本 By Igouist</a>.
Powered by <a rel="nofollow noreferer noopener" href="https://gohugo.io" target="_blank">Hugo</a>.
<a href="https://www.flysnow.org/" target="_blank">Theme</a> based on <a href="https://github.com/rujews/maupassant-hugo" target="_blank">maupassant</a>.
</div>
</footer>
<a id="rocket" href="#top"></a>
<script type="text/javascript" src="/js/totop.js?v=0.0.0" async=""></script>
<script type="text/javascript" src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" async></script>
<script type='text/javascript'>
window.onload = function() {
var links = document.links;
for (var i = 0, linksLength = links.length; i < linksLength; i++) {
if (links[i].hostname != window.location.hostname) {
links[i].target = '_blank';
}
}
}
</script>
</body>
</html>