kun-galgame-vue/index.html
2023-10-22 16:53:39 +08:00

22 lines
579 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/src/assets/images/favicon.webp"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="The CUTEST Visual Novel Forum!世界上最萌的 Galgame 论坛. Topic, Technique. NO ADs Forever. Free Forever"
/>
<title>KUNGalgame</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/entry-client.ts"></script>
</body>
</html>