-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
41 lines (38 loc) · 1.63 KB
/
index.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
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<meta charset="utf-8" />
<title>Blackout: Error 451</title>
<style>
body {
font-size: 16px;
line-height: 1.5em;
padding: 2em;
}
blockquote {
border: 1px solid #333;
padding: 1em;
display: inline-block;
}
</style>
</head>
<body>
<div>
<p>響應 <a href="https://www.facebook.com/events/486224794784563/" target="_blank">#網路全黑日</a>,<a href="http://moztw.org" target="_blank">MozTW(Mozilla 台灣社群)</a> 在此提供以下 Blackout 語法,<br>
只要加到網站 </body> 前方最後一行,使用者進站時即會看到 Blackout 451 畫面:<br>
<blockquote>
<script src="blackout.js"></script>
</blockquote>
</p>
<p><a target="_blank" href="http://www.mozilla.org/zh-TW/about/manifesto/">Mozilla 相信</a>:<br>
網際網路是全球公用資源,應該保持開放並易於取用。<br>
使用者應能依其個人意願決定網際網路的使用方式。<br>
網際網路作為公共資源,其效用倚賴透通性、創新及全球使用者的自主參與。<br>
擴大全民在網際網路方面的利益是重要目標,值得賦予時間、精力及承諾。<br>
</p>
<p><a href="http://mozilla.org/zh-TW/contribute/" target="_blank">歡迎加入 Mozilla</a><br> #freeandopen
</p>
</div>
<script src="blackout.js"></script>
</body>
</html>