guile-scene/index.html

18 lines
686 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="reflect.js"></script>
<script type="text/javascript" src="scene.js"></script>
<link rel="stylesheet" href="scene.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p id="wasm-error" hidden="true">
A browser with Wasm GC and tail call support is required to play
this game. We recommend using either Mozilla Firefox or Google
Chrome. Safari is currently unsupported.
</p>
<button id="button" type="button">Counter: <span id="counter"></span></button>
</body>
</html>