32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="36-character-flower real-time game portal built with React, TanStack Router, TanStack Query, and Zustand."
|
|
/>
|
|
<meta name="robots" content="index,follow" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="36字花" />
|
|
<meta property="og:title" content="36字花" />
|
|
<meta
|
|
property="og:description"
|
|
content="36-character-flower real-time game portal built with React, TanStack Router, TanStack Query, and Zustand."
|
|
/>
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="36字花" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="36-character-flower real-time game portal built with React, TanStack Router, TanStack Query, and Zustand."
|
|
/>
|
|
<title>36字花</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|