-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcommand_maker.html
46 lines (44 loc) · 1.47 KB
/
command_maker.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
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="command.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>
<div class="title">
<h2>指令生成器</h2>
<div class="allcard">
<div class="card">
<a href="json_command_maker.html">
<img src="cmdm_img/img0.png" class="cimg">
<p>Json指令生成</p>
</a>
</div>
<div class="card">
<a href="give_command_maker.html">
<img src="cmdm_img/img1.png" class="cimg">
<p>Give指令生成</p>
</a>
</div>
</div>
<footer>
<p>©此網站由Youtuber冰川MCC建立</p>
</footer>
</body>
</html>