pages235/index.html
Moondarker 7c9b954d35
Added debug menu (#107)
* Added debug menu

* Replaced overkill string id generation with incremental integers
2021-03-16 20:41:54 +01:00

17 lines
675 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>
<debug-menu id="debugmenu" style="display: none;"></debug-menu>
<player-list id="playerlist" style="display: none;"></player-list>
<cross-hair id="crosshair" style="display: none;"></cross-hair>
<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>