-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgame.html
34 lines (34 loc) · 1.48 KB
/
game.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
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<script src="game.js"></script>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="hub.css">
<title>測試 - 冰川麥塊站</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="冰川, 冰川MCC">
<meta name="description" content="冰川麥塊站">
<meta name="author" content="YT冰川">
</head>
<body>
<header>
<img src="title.png" width="100%">
</header>
<anv>
<ul class="list">
<li><a href="index.html" class="list-link" title="網站首頁">首頁</a></li>
<li><a href="error.html" class="list-link" title="想學指令?">指令教學</a></li>
<li><a href="command_maker.html" class="list-link" title="幫你快速完成複雜指令">指令生成器</a></li>
<li><a href="error.html" class="list-link" title="用模組添加遊戲的樂趣吧">自製模組載點</a></li>
</ul>
</anv>
<section>
<h1 id="show">金幣: 0</h1>
<h1 id="exp">經驗值: 0</h1>
<h1 id="gift">寶物: 無</h1>
<button type="button" onclick="click_button()" id="clicker">賺錢 (能力值1點)</button>
<button type="button" onclick="upgtound_button()" id="upgtound">升級 (花費1元)</button>
<button type="button" onclick="upup_button()" id="upup">淺力突破 (花費100元)</button>
</section>
</body>
</html>