Files
zen-kanji/client/index.html
Rene Kievits e1bf8f2032
All checks were successful
Release Build / build-docker (push) Successful in 43s
Release Build / build-android-and-release (push) Successful in 2m11s
small prod changes
2025-12-24 16:20:44 +01:00

17 lines
360 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Zen Kanji</title>
<link rel="icon" type="image/x-icon" href="/src/assets/favicon.ico">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>