File size: 1,683 Bytes
248d96b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
  <head>
    <title>Prismarine Web Client</title>
    <link rel="stylesheet" href="styles.css">
    <link rel="favicon" href="favicon.ico">
    <link rel="icon" type="image/png" href="favicon.png" />
    <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">
    <meta name="theme-color" content="#349474">
    <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://prismarinejs.github.io/prismarine-web-client/" />
    <meta property="og:image" content="https://prismarinejs.github.io/prismarine-web-client/favicon.png" />
    <link rel="manifest" href="manifest.json" crossorigin="use-credentials">
  </head>
  <body>
    <div id="ui-root">
      <pmui-hud id="hud" style="display: none;"></pmui-hud>
      <pmui-pausescreen id="pause-screen" style="display: none;"></pmui-pausescreen>
      <pmui-loadingscreen id="loading-screen" style="display: none;"></pmui-loadingscreen>
      <pmui-playscreen id="play-screen" style="display: none;"></pmui-playscreen>
      <pmui-keybindsscreen id="keybinds-screen" style="display: none;"></pmui-keybindsscreen>
      <pmui-optionsscreen id="options-screen" style="display: none;"></pmui-optionsscreen>
      <pmui-titlescreen id="title-screen" style="display: none;"></pmui-titlescreen>
    </div>
  </body>
</html>