-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoreitems.html
128 lines (111 loc) · 3.77 KB
/
moreitems.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>終焉幻域 Fantasy</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<span class="date">終焉幻域</span>
<h2>豐富的武器</a></h2>
</header>
<div style="text-align:center;widht:300px;line-height:60px;border:1px black solid;">
武器分為普通、高級、稀有、史詩、傳說、神話 多樣武器技能、造型,等著你來蒐集
</div>
</article>
<!-- Posts -->
<section class="posts">
<article>
<header>
<span class="date">Mythic</span>
<h2>草薙劍</h2>
</header>
<div style="text-align:center;widht:300px;line-height:60px">
神話般的武器,據說灌輸了雷電的力量
</div>
<a class="image fit"><img src="images/i6.png" alt="草薙劍" /></a>
</article>
<article>
<header>
<span class="date">Legend</span>
<h2>虛空餘燼</h2>
</header>
<div style="text-align:center;widht:300px;line-height:60px">
在虛空無情的大火中殘餘的力量,提煉到了這把劍中
</div>
<a class="image fit"><img src="images/i4.png" alt="滅絕之刃" /></a>
</article>
<article>
<header>
<span class="date">Epic</span>
<h2>太刀</h2>
</header>
<div style="text-align:center;widht:300px;line-height:60px">
曾經被丟棄的太刀,劍中蘊含許多怨念
</div>
<a class="image fit"><img src="images/i7.png" alt="" /></a>
</article>
<article>
<header>
<span class="date">Epic</span>
<h2>陰陽權杖</h2>
</header>
<div style="text-align:center;widht:300px;line-height:60px">
杖裡同時蘊含陰陽兩者之氣,非常難以掌握
</div>
<a class="image fit"><img src="images/i8.png" alt="" /></a>
</article>
<article>
<header>
<span class="date">Rare</span>
<h2>靈木上的樹枝</h2>
</header>
<div style="text-align:center;widht:300px;line-height:60px">
從萬年靈木上取下的樹枝,表面看似不起眼,實則堅硬無比
</div>
<a class="image fit"><img src="images/i3.png" alt="" /></a>
</article>
<article>
<header>
<span class="date">Advanced</span>
<h2>銅製彎刀</h2>
</header>
<div style="text-align:center;widht:300px;line-height:60px">
使用原木及銅打造而成的武器,用起來挺順手
</div>
<a class="image fit"><img src="images/i5.png" alt="" /></a>
</article>
</section>
<ul class="actions special">
<li><a href="index.html" class="button">回到主頁</a></li>
</ul>
<!-- Footer -->
<footer>
<div class="pagination">
<!--<a href="#" class="previous">Prev</a>-->
<a href="#" class="page active">1</a>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>