27 lines
755 B
HTML
27 lines
755 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>
|
|
<script type="module" src="/src/entry-client.ts"></script>
|
|
|
|
<script>
|
|
window.__INITIAL_STATE__ = '<!--pinia-state-->'
|
|
</script>
|
|
</body>
|
|
</html>
|