prismarine-web-client-mirror/index.html
2021-03-14 20:34:35 +01:00

15 lines
547 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Prismarine Web Client</title>
<link rel="stylesheet" href="styles.css">
<link rel="favicon" href="favicon.ico">
</head>
<body>
<img id="crosshair" src="extra-textures/icons.png" style="display: none;">
<chat-box id="chatbox" style="display: none;"></chat-box>
<hot-bar id="hotbar" style="display: none;"></hot-bar>
<loading-screen id="loading-background" style="display: none;"></loading-screen>
<prismarine-menu id="prismarine-menu"></prismarine-menu>
</body>
</html>