prismarine-web-client-mirror/index.html

16 lines
547 B
HTML
Raw Normal View History

2021-02-27 22:12:11 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Prismarine Web Client</title>
<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>
<body>
<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>
<prismarine-menu id="prismarine-menu"></prismarine-menu>
2021-02-27 22:12:11 +00:00
</body>
</html>