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-03-13 20:33:00 -05:00
|
|
|
<link rel="favicon" href="favicon.ico">
|
2021-02-27 17:12:11 -05:00
|
|
|
</head>
|
2021-03-07 16:49:49 -05:00
|
|
|
<body>
|
2021-03-14 14:33:41 -04:00
|
|
|
|
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-14 14:33:41 -04:00
|
|
|
<hot-bar id="hotbar" style="display: none;"></hot-bar>
|
2021-03-14 13:24:09 -04:00
|
|
|
<loading-screen id="loading-background" style="display: none;"></loading-screen>
|
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>
|