1
0
mirror of https://github.com/vbalien/voca.git synced 2025-12-06 19:36:20 +09:00
Files
voca/docs/index.html
2022-02-26 22:34:03 +09:00

16 lines
383 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Voca</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<script type="module">
import * as website from "./website.bundle.js";
website.render();
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>