optimle/web-optimle/www/index.html

13 lines
285 B
HTML
Raw Normal View History

2022-02-27 21:41:03 -07:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello wasm-pack!</title>
</head>
<body>
<noscript>This game requires JavaScript. Sorry for the inconvenience!</noscript>
<div id="app"></div>
<script src="./bootstrap.js"></script>
</body>
</html>