Files
double-pendulum/index.html
T
flip a26c829f58
gitea/double-pendulum/pipeline/head This commit looks good
chore: Pkg pad aangepast
2026-09-05 18:30:03 +02:00

17 lines
296 B
HTML

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