ShatteredSword/src/index.html

11 lines
206 B
HTML
Raw Normal View History

2020-08-03 16:51:20 -04:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello World!</title>
</head>
<body>
<canvas id="game-canvas"></canvas>
<script src="bundle.js"></script>
</body>
2020-08-03 16:51:20 -04:00
</html>