-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (69 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Xnoz,Xnozbody,Blockgod,blockgod,BlockGod">
<meta name="author" content="Xnozbody">
<meta name="description" content="Blockgod 官方网站">
<link rel="stylesheet" type="text/css" href="css/colors.css"> <!-- colors -->
<link rel="stylesheet" type="text/css" href="css/fonts.css"> <!-- fonts -->
<title>Blockgod 官网</title>
</head>
<body>
<header>
<a href="#news">新闻 </a>||<a href="#startgame"> 开始此游戏 </a>||<a href="#howtoplay"> 更新日志和游戏指南 </a>||<a href="#joinus"> 开发人员 </a>
</header>
<h1>欢迎来到Blockgod官网</h1>
<h2 id="news">新闻</h2>
<div>
<p>通知:</p>
<!--<p>Blockgod Lava已经完全独立于Blockgod, 并改名为Block Creattion, 望周知</p>-->
<p>Blockcreattion移交至SABE</p>
<a href="news/">查看更多新闻</a>
</div>
<h3 id="startgame">开始游戏</h3>
<div>
<a href="play/original/" target="_blank">原版</a>
</div>
<!--
<div>
<a href="preview/index.html" target="_blank">原版Preview</a>
</div>
-->
<div>
<a href="https://blockcreattion.netlify.app/" target="_blank">BlockCreattion</a>
</div>
<!-- <div>
<a href="downloads/index.html" target="_blank">下载Blockgod离线版(目前仅有原版Windows版)</a>
</diV> -->
<h4 id="howtoplay">原版更新日志</h4>
<ul>
<li>7.21.9 加入粘液块</li>
<li>7.19.4 加入出生点</li>
<li>7.14.7 第一个QQ群公开版本</li>
</ul>
<h2>我需要做什么</h2>
<p>放置与破坏, 任你施展拳脚!</p>
<h3>操作说明</h3>
<ul>
<li>W(上), A(左), D(右) 移动</li>
<li>F 切换方块</li>
<li>鼠标左键 创造与破坏</li>
<li>O 导入存档</li>
<li>P 生成存档码(保管好它)</li>
<li>M 设置</li>
</ul>
<h2 id="joinus">加入我们!</h2>
<p>QQ群: 777538365</p>
<h4>人员名单</h4>
<p>该名单的名字均为成员在QQ群中的名字</p>
<ul>
<li>原版主开发: Xnoz</li>
<li>原版开发: Xnoz, TigerQQ等</li>
<li>Lava版开发: tzzx, 奶茶不是猛1QUQ等</li>
<li>官网制作: tzzx, TigerQQ</li>
</ul>
</body>
</html>