23 lines
354 B
HTML
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>
|
|
|
|
|