-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudflare.html
91 lines (82 loc) · 2.84 KB
/
cloudflare.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
<!DOCTYPE html>
<head>
<title>嘖嘖出錯了, oops!</title>
<!--
____ ∧ ∧ / ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
~' ____(,,゚Д゚)< NOOOOO - -
UU U U \________
-->
<link href='images/fav.png' rel='shortcut icon' type='image/x-icon'>
<style type="text/css">
body {
font-family: "Helvetica Neue", "Hiragino Sans GB", "Hiragino Kaku Gothic Pro", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial", sans-serif;
font-size: 13px; line-height: 1.5em;
background-color: #f9f9f9;
color: #121314;
}
a { color: #e18100; }
a:hover { color: #cd6800; }
* { -webkit-font-smoothing: antialiased; }
.wrapper {
width: 100%;
max-width: 460px;
text-align: center;
margin: 8% auto;
}
.offsets {
margin: 100px auto;
}
.error-wrap {
margin: 30px auto;
border-radius: 4px;
padding: 10px;
background-image: url(images/construction-pattern.png);
}
.error-box {
border-radius: 3px;
padding: 50px;
background-color: #fff;
text-align: left;
}
h2 {
font-size: 24px;
margin-bottom: 40px;
}
</style>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="生病就要看醫生。">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28377356-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackEvent', 'Application Error - Cloudflare', location.pathname]);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="wrapper">
<a href="https://www.zeczec.com/"><img src="images/zeczec.png" width="70"></a>
<div class=" error-wrap">
<div class=" error-box">
<h2>ಠ_ಠ</h2>
<h1>服務中斷公告</h1>
<p>嘖嘖背後的服務託管商目前因為伺服器障害,無法正常提供服務,目前正在搶修中,抱歉造成您的不便。</p>
::CLOUDFLARE_ERROR_500S_BOX::
<br><br>
<p>
<a href="https://www.zeczec.com/">回到嘖嘖</a>
</p>
<p>
<a href="http://www.facebook.com/zeczec.com">或去嘖嘖粉絲頁面看看</a>
</p>
</div>
</div>
</div>
</body>
</html>