2021-02-27 17:12:11 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2021-02-27 18:18:58 -05:00
|
|
|
<title>Prismarine Web Client</title>
|
2021-03-03 23:07:07 -05:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
2021-02-27 17:12:11 -05:00
|
|
|
</head>
|
2021-03-07 16:49:49 -05:00
|
|
|
<body>
|
2021-03-13 20:20:11 -05:00
|
|
|
<div id="hotbar-wrapper" style="display: none;">
|
2021-03-13 13:48:53 -05:00
|
|
|
<img id="hotbar-image" src="textures/1.16.4/gui/widgets.png">
|
2021-03-07 16:49:49 -05:00
|
|
|
<img id="hotbar-highlight" src="textures/1.16.4/gui/widgets.png">
|
|
|
|
<div id="hotbar-items-wrapper">
|
|
|
|
<img class="hotbar-item" id="hotbar-0" src="textures/1.16.4/blocks/stone.png">
|
|
|
|
<img class="hotbar-item" id="hotbar-1" src="textures/1.16.4/items/chain.png">
|
|
|
|
<img class="hotbar-item" id="hotbar-2" src="textures/1.16.4/items/flint_and_steel.png">
|
|
|
|
<img class="hotbar-item" id="hotbar-3" src="textures/1.16.4/items/firework_rocket.png">
|
|
|
|
<img class="hotbar-item" id="hotbar-4" src="textures/1.16.4/items/golden_carrot.png">
|
|
|
|
<img class="hotbar-item" id="hotbar-5" src="textures/1.16.4/items/netherite_pickaxe.png">
|
|
|
|
<img class="hotbar-item" id="hotbar-6" src="textures/1.16.4/items/netherite_pickaxe.png">
|
|
|
|
<img class="hotbar-item" id="hotbar-7" src="textures/1.16.4/items/netherite_axe.png">
|
|
|
|
<img class="hotbar-item" id="hotbar-8" src="textures/1.16.4/items/netherite_shovel.png">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
2021-03-13 20:20:11 -05:00
|
|
|
<img id="crosshair" src="extra-textures/icons.png" style="display: none;">
|
|
|
|
<div id="chat-wrapper" class="chat-wrapper chat-display-wrapper" style="display: none;">
|
2021-03-02 15:44:42 -05:00
|
|
|
<div class="chat" id="chat">
|
|
|
|
<p>Welcome to prismarine-web-client! Chat appears here.</p>
|
|
|
|
</div>
|
2021-02-27 18:18:58 -05:00
|
|
|
</div>
|
2021-03-13 20:20:11 -05:00
|
|
|
<div id="chat-wrapper2" class="chat-wrapper chat-input-wrapper" style="display: none;">
|
2021-02-27 18:18:58 -05:00
|
|
|
<div class="chat" id="chat-input">
|
|
|
|
<input type="text" class="chat" id="chatinput"></input>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-03-13 20:20:11 -05:00
|
|
|
<div id="loading-background" class="loader" style="display: none;">
|
2021-03-02 15:44:42 -05:00
|
|
|
<img src="extra-textures/loading.png" id="loading-image">
|
|
|
|
<div id="loading" class="loader">
|
2021-03-07 16:49:49 -05:00
|
|
|
<h1 class="middle" id="loading-text">Waiting for JS load...</h1>
|
2021-03-02 15:44:42 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-03-13 20:20:11 -05:00
|
|
|
<prismarine-menu id="prismarine-menu"></prismarine-menu>
|
2021-02-27 17:12:11 -05:00
|
|
|
</body>
|
|
|
|
</html>
|