2021-02-27 22:12:11 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2021-02-27 23:18:58 +00:00
|
|
|
<title>Prismarine Web Client</title>
|
2021-03-03 23:07:07 -05:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
2021-03-14 02:33:00 +01:00
|
|
|
<link rel="favicon" href="favicon.ico">
|
2021-02-27 22:12:11 +00:00
|
|
|
</head>
|
2021-03-07 16:49:49 -05:00
|
|
|
<body>
|
2021-03-14 02:20:11 +01:00
|
|
|
<img id="crosshair" src="extra-textures/icons.png" style="display: none;">
|
2021-03-14 20:34:35 +01:00
|
|
|
<chat-box id="chatbox" style="display: none;"></chat-box>
|
2021-03-14 19:33:41 +01:00
|
|
|
<hot-bar id="hotbar" style="display: none;"></hot-bar>
|
2021-03-14 18:24:09 +01:00
|
|
|
<loading-screen id="loading-background" style="display: none;"></loading-screen>
|
2021-03-14 02:20:11 +01:00
|
|
|
<prismarine-menu id="prismarine-menu"></prismarine-menu>
|
2021-02-27 22:12:11 +00:00
|
|
|
</body>
|
|
|
|
</html>
|