Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
moyexingchen authored Jan 15, 2024
1 parent ddae0b9 commit baad0c8
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,9 @@

<head>
<meta charset="utf-8">
<title>webstack - 404</title>
<title>墨夜星辰 - 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0" />
<link rel="shortcut icon" href="./assets/images/favicon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-77253689-1"></script>

<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c05bb16ea908292af9f6c513087a1cc3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'UA-77253689-1');
</script>
<style>
html,
body {
Expand Down Expand Up @@ -209,9 +187,9 @@
<section id="about" class="animated bounce-in">
<div class="bg-align">
<h1>404</h1>
<p>Oops! It looks like you're lost...</p>
<p>The Page you're looking for doesn't exist or another error occurred.</p>
<p><a href="http://webstack.cc">👉 webstack.cc</a></p>
<p>哎呀! 看来你迷路了...</p>
<p>您要查找的页面不存在或发生其他错误。</p>
<p><a href="https://moyexingchen.github.io">👉 墨夜星辰</a></p>
</div>
</section>
</body>
Expand Down

0 comments on commit baad0c8

Please sign in to comment.