1
0
mirror of https://github.com/vbalien/voca.git synced 2025-12-06 11:26:21 +09:00

refactoring

This commit is contained in:
2022-02-26 22:34:03 +09:00
parent 25fe0fb73a
commit 8b57693f90
3 changed files with 12 additions and 54 deletions

View File

@@ -3,7 +3,7 @@
<head>
<title>Voca</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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();