13 lines
197 B
HTML
13 lines
197 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>WebMinecraft</title>
|
||
|
<script src="app.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<canvas id="game" width="1024" height="768"></canvas>
|
||
|
<div id="fps"></div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|