mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2025-05-13 14:20:48 -04:00
15 lines
547 B
HTML
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>
|