Files
Philippe Zwietering 4e7260ff92
gitea/double-pendulum/pipeline/head This commit looks good
Used internal build tooling to pack index
2026-09-08 14:57:18 +02:00

17 lines
292 B
HTML

<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<script type="module">
import init from './double_pendulum_wasm.js';
async function run() {
await init();
}
run();
</script>
</body>
</html>