forked from chyuaner/TW-Error451-Blackout
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (58 loc) · 2.96 KB
/
index.html
File metadata and controls
70 lines (58 loc) · 2.96 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
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<meta charset="utf-8" />
<title>Blackout: Error 451</title>
<style>
a {
text-decoration: none;
}
body {
font-size: 16px;
line-height: 1.5em;
padding: 2em;
}
pre {
border: 1px solid #333;
padding: 1em;
display: inline-block;
}
</style>
</head>
<body>
<a href="https://github.com/moztw/TW-Error451-Blackout"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div>
<h1>ERROR 451: 本網頁基於國家法律而封鎖</h1>
<p>響應 <a href="https://www.facebook.com/events/486224794784563/" target="_blank">#網路全黑日</a>,<a href="//moztw.org" target="_blank">MozTW(Mozilla 台灣社群)</a>提供以下語法,<br>
只要加到網站 <code></body></code> 前方最後一行,使用者進站時即會看到 Blackout 451 畫面:</p>
<pre><script src="//moztw.org/events/blackout/blackout.js"></script></pre>
<h3>授權</h3>
<ul>
<li>本程式以 <a href="https://creativecommons.org/licenses/by/3.0/tw/" target="_blank">姓名標示 3.0 台灣 (CC BY 3.0 TW)</a> 授權大眾使用。</li>
<li>背景圖片取自 <a href="https://www.flickr.com/photos/gcfairch/4081513150/" target="_blank">It was a pleasure to burn. | Flickr</a>, <a href="https://creativecommons.org/licenses/by/2.0/deed.en" target="_blank">CC By-2.0</a> 授權</li>
</ul>
<h3><a target="_blank" href="https://mozilla.org/zh-TW/about/manifesto/">Mozilla 相信</a>:</h3>
<ul>
<li>網際網路是全球公用資源,應該保持開放並易於取用。</li>
<li>使用者應能依其個人意願決定網際網路的使用方式。</li>
<li>網際網路作為公共資源,其效用倚賴透通性、創新及全球使用者的自主參與。</li>
<li>擴大全民在網際網路方面的利益是重要目標,值得賦予時間、精力及承諾。</li>
</ul>
<p><a href="https://mozilla.org/zh-TW/contribute/" target="_blank">歡迎加入 Mozilla</a><br>
#freeandopen
</p>
</div>
<script src="blackout.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1035080-1']);
_gaq.push(['_setDomainName', 'moztw.org']);
_gaq.push(['_trackPageview']);
(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>
</body>
</html>