optimle/web-optimle/www/index.html

13 lines
302 B
HTML
Raw Permalink 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>
2022-03-15 22:32:32 -07:00
<script src="./bootstrap.js?cache=2022-03-15"></script>
2022-02-27 21:41:03 -07:00
</body>
</html>