mirror of
https://github.com/666ghj/MiroFish.git
synced 2026-04-28 06:31:25 +00:00
18 lines
919 B
HTML
18 lines
919 B
HTML
<!doctype html>
|
|
<html lang="zh">
|
|
<head>
|
|
<script>document.documentElement.lang = localStorage.getItem('locale') || 'zh'</script>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@100..800&family=Noto+Sans+SC:wght@300;400;500;700;800;900&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/icon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="MiroFish - 社交媒体舆论模拟系统" />
|
|
<title>MiroFish - 预测万物</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|