Files
double-pendulum/index.html
T
flip 38fe7b38bd
gitea/double-pendulum/pipeline/head This commit looks good
fix: Correcte pad voor gebouwde js-bestand
2026-09-05 18:12:44 +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>