prismarine-web-client-mirror/index.html

26 lines
925 B
HTML
Raw Normal View History

2021-02-27 17:12:11 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Prismarine Web Client</title>
<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>
<body>
2021-03-14 14:33:41 -04: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;">
<div class="chat" id="chat">
<p>Welcome to prismarine-web-client! Chat appears here.</p>
</div>
</div>
<div id="chat-wrapper2" class="chat-wrapper chat-input-wrapper" style="display: none;">
<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>
<prismarine-menu id="prismarine-menu"></prismarine-menu>
2021-02-27 17:12:11 -05:00
</body>
</html>