kun-galgame-vue/index.html

28 lines
792 B
HTML
Raw Normal View History

2023-04-14 13:58:13 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-06-17 16:57:29 +00:00
<link
rel="icon"
type="image/svg+xml"
2023-10-19 17:26:00 +00:00
href="/src/assets/images/favicon.webp"
2023-06-17 16:57:29 +00:00
/>
2023-04-14 13:58:13 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-10-16 09:31:16 +00:00
<meta
name="description"
2023-11-04 13:02:08 +00:00
content="KUN Visual Novel | 鲲 Galgame. The CUTEST Visual Novel Forum!世界上最萌的 Galgame 论坛. Topic, Technique. NO ADs Forever. Free Forever"
2023-10-16 09:31:16 +00:00
/>
2023-11-04 13:02:08 +00:00
<title>KUN Visual Novel | 鲲 Galgame</title>
<!--preload-links-->
2023-04-14 13:58:13 +00:00
</head>
<body>
2023-11-04 13:02:08 +00:00
<div id="app"><!--ssr-outlet--></div>
<div id="teleported"><!--teleports--></div>
2023-11-04 13:02:08 +00:00
<script type="module" src="/src/entry-client.ts"></script>
<script>
2023-11-05 07:13:40 +00:00
window.__INITIAL_STATE__ = '__pinia'
2023-11-04 13:02:08 +00:00
</script>
2023-04-14 13:58:13 +00:00
</body>
</html>