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:20:27 +09:00
parent 0467dd90e1
commit e8a6924d36
6 changed files with 2 additions and 2 deletions

BIN
docs/NanumGothic.ttf Normal file

Binary file not shown.

15
docs/index.html Normal file
View File

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

1
docs/voca.json Normal file

File diff suppressed because one or more lines are too long

46815
docs/website.bundle.js Normal file

File diff suppressed because one or more lines are too long