summaryrefslogtreecommitdiff
path: root/mods/asc/index.html
blob: c170ddeb9a8056ca786bcd28045f9cec2d2dda82 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module">
import { add } from "./build/release.js";
document.body.innerText = add(1, 2);
</script>
</head>
<body></body>
</html>