-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (59 loc) · 2.67 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
<html lang="en-us">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VCMGD20X37"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VCMGD20X37');
</script>
<meta charset="utf-8">
<title>2D Skyblock</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://2dskyblock.github.io/style.css">
<link rel="icon" href="https//2dskyblock.github.io/favicon.ico">
<meta name="description" content="The main page for 2D Skyblock">
<style>
td,th {
border: solid 2px black;
padding: 5;
}
</style>
</head>
<body>
<h1><a href="https://2dskyblock.github.io/game">2D Skyblock</a></h1>
<br>
<p>2D Skyblock is a online, 2D, version of skyblock.</p>
<br>
<p>Play it <a href="https://2dskyblock.github.io/game">here</a></p>
<br>
<p>Links:
<ul>
<li><a href="https://2dskyblock.github.io/tutorial">Tutorial</a></li>
<li><a href="https://github.com/2dskyblock/2dskyblock.github.io/issues">Bug Reports</a></li>
<li><a href="https://2dskyblock.github.io/versions/">Version History</a></li>
<li><a href="https://docs.google.com/document/d/1-_h-ix1X1HI79gos2GmJPYJ51RtZRRQjSVCaPENzfdw">Planned features</a></li>
<li><a href="https://2dskyblock.github.io/mod_format">Mod format</a></li>
<li><a href="https://www.youtube.com/channel/UCpA9sgH2-rcbNcg9_mEs-yA">My youtube</a></li>
</p>
<br>
<p>Hotkeys:</p>
<table style="border: 2px solid black; border-collapse: collapse">
<tr><th>Keybind</th><th>Action</th></tr>
<tr><td>Up arrow</td><td>Scroll inventory up</td></tr>
<tr><td>Down arrow</td><td>Scroll inventory down</td></tr>
<tr><td>W</td><td>Move 1 layer up</td></tr>
<tr><td>S</td><td>Move 1 layer down</td></tr>
<tr><td>C</td><td>Go to crafting or back</td></tr>
<tr><td>Q</td><td>Sell 1 item</td></tr>
<tr><td>alt+Q</td><td>Sell all of selected item</td></tr>
<tr><td>O</td><td>Go to the shop or back</td></tr>
<tr><td>alt+S</td><td>Save</td></tr>
<tr><td>alt+shift+W</td><td>Wipe save</td></tr>
<tr><td>A</td><td>Go to avatar or back</td></tr>
<tr><td>B</td><td>Go to backups or back</td></tr>
<tr><td>G</td><td>Go to generator or back</td></tr>
</table>
</body>
</html>