homepage/index.html
CDN 01c5131055
All checks were successful
Deploy / Deploy (push) Successful in 1m16s
feat: accessibility enhancement
closes #3
2025-02-03 19:28:27 +08:00

40 lines
2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>STARSET Mirror</title>
<!-- Primary Meta Tags -->
<meta name="title" content="STARSET Mirror" />
<meta name="description" content="STARSET Mirror, 连接星落与你。" />
<meta name="keywords" content="STARSET,STARSET Mirror,starsetonline,STARSET Society,STARSET 中文,STARSET 歌词,STARSET 翻译,STARSET Fans,STARSET 粉丝" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mirror.starset.fans" />
<meta property="og:title" content="STARSET Mirror" />
<meta property="og:description" content="STARSET Mirror, 连接星落与你。" />
<meta property="og:image" content="https://mirror.starset.fans/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mirror.starset.fans/" />
<meta property="twitter:title" content="STARSET Mirror" />
<meta property="twitter:description" content="STARSET Mirror, 连接星落与你。" />
<meta property="twitter:image" content="https://mirror.starset.fans/og-image.jpg" />
<!-- Alternate Language Versions -->
<link rel="alternate" hreflang="zh-Hans" href="https://mirror.starset.fans/" />
<link rel="alternate" hreflang="en" href="https://mirror.starset.fans" />
<link rel="alternate" hreflang="zh-Hant" href="https://mirror.starset.fans/" />
<script defer src="https://analytics.owu.one/script.js" data-website-id="1f9f0242-8bce-4883-be1d-4bb7a3aad6d0"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>