panorama/apps/journal/index.html
2024-06-21 15:43:19 -05:00

11 lines
182 B
HTML

<!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>