feat: 新增首页和图片资源
This commit is contained in:
14
index.html
14
index.html
@@ -6,23 +6,23 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="A frontend scaffold with Vite, React, TanStack Router, TanStack Query, Zustand, and Biome."
|
||||
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="React SPA Template" />
|
||||
<meta property="og:title" content="React SPA Template" />
|
||||
<meta property="og:site_name" content="36字花" />
|
||||
<meta property="og:title" content="36字花" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A frontend scaffold with Vite, React, TanStack Router, TanStack Query, Zustand, and Biome."
|
||||
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="React SPA Template" />
|
||||
<meta name="twitter:title" content="36字花" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="A frontend scaffold with Vite, React, TanStack Router, TanStack Query, Zustand, and Biome."
|
||||
content="36-character-flower real-time game portal built with React, TanStack Router, TanStack Query, and Zustand."
|
||||
/>
|
||||
<title>React SPA Template</title>
|
||||
<title>36字花</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user