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-03-21 01:21:44 +00:00
|
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
2021-03-21 01:31:45 +00:00
|
|
|
<meta name="description" content="Minecraft web client running in your browser">
|
|
|
|
<meta name="keywords" content="Minecraft, Web, Voxel, Javascript, PrismarineJS">
|
|
|
|
<meta name="author" content="PrismarineJS">
|
2021-03-21 01:21:44 +00:00
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0'>
|
|
|
|
<meta property="og:title" content="Prismarine Web Client" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:url" content="https://webclient.prismarine.js.org" />
|
|
|
|
<meta property="og:image" content="https://webclient.prismarine.js.org/favicon.png" />
|
2021-03-21 01:54:10 +00:00
|
|
|
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
|
2021-02-27 22:12:11 +00:00
|
|
|
</head>
|
2021-03-07 16:49:49 -05:00
|
|
|
<body>
|
2021-03-16 22:41:54 +03:00
|
|
|
<debug-menu id="debugmenu" style="display: none;"></debug-menu>
|
2021-03-15 03:55:23 +03:00
|
|
|
<player-list id="playerlist" style="display: none;"></player-list>
|
2021-03-14 20:48:01 +00:00
|
|
|
<cross-hair id="crosshair" style="display: none;"></cross-hair>
|
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>
|