-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstartpage.html
39 lines (39 loc) · 1.37 KB
/
startpage.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
<!DOCTYPE html>
<html>
<body>
<p>
<input type="radio" value="classic" name="type" checked>经典版
<input type="radio" value="harder" name="type">较难版
<input type="radio" value="move" name="type">1.0版
<input type="radio" value="run" name="type">2.0版
</p>
<p>
<input type="radio" value="lph" name="type">3.0版(orz lph)
<input type="radio" value="split" name="type">4.0版(巨难)
<input type="radio" value="five" name="type">5.0版
</p>
<p>
<input type="radio" value="slow" name="type">6.0版
<input type="radio" value="circle" name="type">7.0版
<input type="radio" value="sans" name="type">sans
</p>
<hr>
<div>下面的版本有些模式没编好</div>
<p>
<input type="radio" value="auto" name="type">8.0版
<input type="radio" value="track" name="type">9.0版
<input type="radio" value="track2" name="type">9.1版
</p>
<p>
<input type="radio" value="spin" name="type">10.0版
<input type="radio" value="predict" name="type">11.0版(更难)
</p>
<hr>
<p>
<input type="radio" value="easy" name="mode">简单模式
<input type="radio" value="normal" name="mode" checked>正常模式
<input type="radio" value="hardmode" name="mode">困难模式
</p>
<button onclick="javascript:var s = document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='https://asdf123asdf123asdf123.github.io/404-games/control.js';void(0);">启动!</button>
</body>
</html>