-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathljmx.html
More file actions
61 lines (56 loc) · 2.17 KB
/
ljmx.html
File metadata and controls
61 lines (56 loc) · 2.17 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
<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheets.css" media="screen">
</head>
<body>
<section class="index-hbg">
<h1 class="index-h1">历久弥新 主题页</h1>
</section>
<section class="index-f">
<a href="#"><p class="font-size1">回到顶部</p></a>
<hr/>
<a href="#foreshow1"><p id="font-size2">预告第一弹</p></a>
<a href="#foreshow2"><p id="font-size2">预告第二弹</p></a>
<a href="#foreshow3"><p id="font-size2">预告第三弹</p></a>
<a href="#foreshow4"><p id="font-size2">预告第四弹</p></a>
</section>
<section class="index-word">
<h2>预告图集索引</h2>
<ul>
<li><a href="#foreshow1">第一弹:minecraft - 瞭望塔</a></li>
<li><a href="#foreshow2">第二弹:photoshop - 2016春节拜年图</a></li>
<li><a href="#foreshow3">第三弹:c++ - 计算器v1.0</a></li>
<li><a href="#foreshow4">第四弹:making</a></li>
</ul>
<hr/>
<a name="foreshow1"></a>
<h3>第一弹</h3>
<h4>minecraft - 瞭望塔</h4>
<img src="art/show/瞭望塔1_黄昏.jpg" width="1024" height="572" alt="lost 瞭望塔1-黄昏.jpg"><br/>
<img src="art/show/瞭望塔1_正午.jpg" width="1024" height="572" alt="lost 瞭望塔1-正午.jpg"><br/>
<p>2016.1.24</p>
<hr/>
<a name="foreshow2"></a>
<h3>第二弹</h3>
<h4>photoshop - 2016春节拜年图</h4>
<img src="art/show/2016春节快乐六芒星.jpg" width="600" height="600" alt="lost 2016春节快乐六芒星.jpg"><br/>
<p>2016.2.8</p>
<hr/>
<a name="foreshow3"></a>
<h3>第三弹</h3>
<h4>c++ - 计算器v1.0</h4>
<img src="art/show/计算器v1_1.jpg" width="1229.4" height="691.2" alt="lost 计算器v1_1.jpg"><br/>
<img src="art/show/计算器v1_2.jpg" width="509" height="260" alt="lost 计算器v1_1.jpg">
<img src="art/show/计算器v1_3.jpg" width="509" height="260" alt="lost 计算器v1_1.jpg"><br/>
<p>2016.4.3</p>
<hr/>
<a name="foreshow4"></a>
<h3>第四弹</h3>
<h4>making</h4>
<p>2016.4.23</p>
<hr/>
<a href="index.html" class="font-a"><p>首页</p></a>
</section>
</body>
</html>