-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
124 lines (101 loc) · 3.77 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
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
<!DOCTYPE HTML>
<!--
Striped by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>吃埋埋同好會</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" />
</head>
<body class="is-preload">
<!-- Content -->
<div id="content">
<div class="inner">
<!-- Post -->
<article class="box post post-excerpt">
<header>
<!--
Note: Titles and subtitles will wrap automatically when necessary, so don't worry
if they get too long. You can also remove the <p> entirely if you don't
need a subtitle.
-->
<h2><a href="#">歡迎來到吃埋埋同好會</a></h2>
<p>這是一個介紹埋埋此種食物的網站</p>
</header>
<div class="info">
<!--
Note: The date should be formatted exactly as it's shown below. In particular, the
"least significant" characters of the month should be encapsulated in a <span>
element to denote what gets dropped in 1200px mode (eg. the "uary" in "January").
Oh, and if you don't need a date for a particular page or post you can simply delete
the entire "date" element.
-->
</div>
<a href="#" class="image featured"><img src="images/pic01.jpg" alt="埋埋" width="5%" /></a>
<p>
<strong>埋埋</strong> 是一種 <strong>非常好吃的食物</strong>。埋埋在市面價值三個薯片(經過網路某群組拍賣而來)。
<br>
有時候會超兇的(例如太久沒吃薯片時)<img src="https://raw.githubusercontent.com/PoYu-Liao/Umaruisafood/main/images/pic04.JPG" alt="兇埋埋" width="15%" />
</br>
</p>
<p>
<strong>稀有度:</strong>★ ★ ★ ★ ★ ★ ★
</p>
<p>
<strong>好吃程度:</strong>★ ★ ★ ★ ★ ★ ★
</p>
<p>
<strong>捕捉難度:</strong>★
</p>
<p>
<strong>► 野生埋埋的習性以及特性</strong>
</p>
<blockquote>
<ul>
<li>平時出沒時間:隨機</li>
<li>平時出沒地點:全地圖隨機出現</li>
<li>喜愛的食物:薯片</li>
</ul>
</blockquote>
<p>
<strong>► 當遇到野生埋埋你可以...</strong>
</p>
<blockquote>
<ol>
<li>拖走埋埋,賣掉。換薯片吃</li>
<img src="images/pic02.jpg" alt="拖走埋埋,賣掉。換薯片吃埋埋" width="40%" />
<li>抱起埋埋就開吃</li>
<img src="images/pic03.jpg" alt="抱起埋埋就開吃" width="40%" />
</ol>
</blockquote>
</article>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<!-- Text -->
<section class="box text-style1">
<div class="inner">
<p>
<strong>Striped:</strong> A free and fully responsive HTML5 site
template designed by <a href="http://twitter.com/ajlkn">AJ</a> for <a href="http://html5up.net/">HTML5 UP</a>
</p>
</div>
</section>
<!-- Copyright -->
<ul id="copyright">
<li>© Untitled.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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>