mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
12 lines
294 B
HTML
12 lines
294 B
HTML
<html>
|
|
<body>
|
|
<!-- canvas required by the Slint runtime -->
|
|
<canvas id="canvas"></canvas>
|
|
<script type="module">
|
|
// import the generated file.
|
|
import init from "./pkg/inkopslista.js";
|
|
init();
|
|
</script>
|
|
</body>
|
|
</html>
|