planet-wars/frontend/www/index.html

14 lines
349 B
HTML
Raw Normal View History

2019-09-13 20:54:21 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello wasm-pack!</title>
</head>
<body>
2019-09-17 16:27:44 +00:00
<canvas id="c" width=1700 height=900></canvas>
2019-09-13 20:54:21 +00:00
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<script src="./bootstrap.js"></script>
</body>
</html>