Files
GameStarter/index.html
T
LabyStudio 45961bbfbb convert classes to es6
(cherry picked from commit e7615d49a4071fe5b5f192884f142c9f3385211a)
2022-05-02 04:45:51 +02:00

24 lines
479 B
HTML

<html lang="en">
<head>
<title>Minecraft</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="background" class="fullscreen"></div>
<div id="content">
<div id="canvas-container" class="fullscreen"></div>
<span id="pre-status">Loading page...</span>
</div>
</body>
<script type="module" src="src/start.js"></script>
</html>