-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
39 lines (39 loc) · 1.48 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
<html>
<head>
<meta charset="utf-8">
<title>404 找不到</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>
body {
background-color: #000;
color: #40FF00;
font-style: 微軟正黑體;
}
.container-fluid {
padding: 2% 10% 2% 10%;
}
</style>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84715382-1', 'auto');
ga('send', 'pageview');
</script>
<script>console.log('看啥console');</script>
<div class="container-fluid text-center">
<h1>404 找不到</h1>
<h2>本站僅有首頁,手賤亂打網址有什麼作用呢?</h2>
</div>
<div id="footer" class="container-fluid text-center">
<h1>有意見?咬我啊</h1>
</div>
</body>
</html>