mirror of
https://github.com/vbalien/voca.git
synced 2025-12-06 11:26:21 +09:00
16 lines
383 B
HTML
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>
|