1
0
mirror of https://github.com/vbalien/voca.git synced 2025-12-06 11:26:21 +09:00
This commit is contained in:
2022-02-26 03:22:00 +09:00
parent e8a6924d36
commit 7d2db1df74

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module">
import * as website from "/website.bundle.js";
import * as website from "./website.bundle.js";
website.render();
</script>
</head>