panorama/apps/journal/index.html

11 lines
182 B
HTML
Raw Normal View History

2024-06-21 20:43:19 +00:00
<!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>