kun-galgame-vue/index.html
2023-11-07 16:26:10 +08:00

28 lines
792 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="KUN Visual Novel | 鲲 Galgame. The CUTEST Visual Novel Forum!世界上最萌的 Galgame 论坛. Topic, Technique. NO ADs Forever. Free Forever"
/>
<title>KUN Visual Novel | 鲲 Galgame</title>
<!--preload-links-->
</head>
<body>
<div id="app"><!--ssr-outlet--></div>
<div id="teleported"><!--teleports--></div>
<script type="module" src="/src/entry-client.ts"></script>
<script>
window.__INITIAL_STATE__ = '__pinia'
</script>
</body>
</html>