Files
GameStarter/index.html
T
2022-02-03 14:50:32 +01:00

23 lines
354 B
HTML

<html lang="en">
<head>
<title>Minecraft</title>
<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 src="src/start.js"></script>
</html>