-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (40 loc) · 1.31 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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta chatset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
<script src="action.js"></script>
<title>纪念 | THSITG</title>
</head>
<body>
<div class="header">
<div class="bg" style="background-image: url(images/bg.jpg)"></div>
<div class="title">
纪念我们逝去的同志
<div class="subtitle">
THSITG 2016.6
</div>
</div>
</div>
<div class="content moto">
有的时候,我们必须放手。
</div>
<div class="banner">
<div class="bg" style="background-image: url(images/igaryhe.jpg)"></div>
<div class="brand">
<div class="brand-content">
Dan Ho
</div>
</div>
<div class="shadow"></div>
</div>
<div class="content">
他,曾经的造物主,给这个黑暗的世界以光明的男人。下凡到人间,为了能够让街头大妈认出他,而能够有吃有穿,不至于露宿街头,所以留了一头乌黑浓密的长发。
</div>
<div class="footer">
</div>
</body>
</html>