17 lines
251 B
HTML
17 lines
251 B
HTML
<html lang="en">
|
|
<head>
|
|
<title>Minecraft</title>
|
|
<link rel="stylesheet" href="style.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="canvas-container"></div>
|
|
<span id="pre-status">Loading page...</span>
|
|
</body>
|
|
|
|
<script src="src/start.js"></script>
|
|
|
|
</html>
|
|
|
|
|