-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
64 lines (55 loc) · 1.71 KB
/
index2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ingredients - example</title>
<style type="text/css">
body {
background-color:#00ffff;
text-align: center;
}
h3 {
color: #4169e1;
}
h1,h4 {
color: #2e8b57;
}
p {
color: #006400;
}
ol {
background:#adff2f;
padding: 20px;
list-style-position:inside;
}
ol li {
background:#98fb98 ;
padding: 5px;
margin-left: 35px;
}
img {
border-style: dotted;
border-width: 4px;
border-color: #a0522d;
}
</style>
</head>
<body>
<h1><strong>場外七七</strong></h1><!--底線-->
<h3>簡介:</h3>
<ul>
<p>平時在巴哈姆特的場外休憩區就採取獨裁方式管理但礙於是站方主導管理的場外管理小組,<br></p>
<p>除非是小組長兼版主yunski,不然巴哈姆特的議事堂也沒辦法治理他<br></p>
<p>在1月底的時候,ru3715在笨板密集轉貼StupidCrown跟FB的文章當做自己的文章<br></p>
<p>之後再1月26日申請笨板板主(巴哈有選板主需要在該版發文10篇的規定)<br></p>
<p>因為平常笨板就是場外的後花園,不少人對這件事都相當反感<br></p>
<p>後來七七不僅不改口氣,還理直氣壯的宣稱是源自於自己的文章<br></p>
<p>而就在2月7日下午,場外有篇蒐集七七盜文證據的文章被以站規24的理由刪除<br></p>
<p>樓主全站禁貼2周
<br></p>
</ul>
<h3>發源地:場外,PTT</h3>
<a href=""><img src="http://i.imgur.com/xyEQg2d.jpg" width="40%"></a>
<a href=""><img src="http://i.imgur.com/cDk6tD9.jpg" width="40%"></a>
</body>
</html>