forked from fuxiao156/CSU-APPLE-HOME
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (110 loc) · 5.7 KB
/
Copy pathindex.html
File metadata and controls
115 lines (110 loc) · 5.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InnOSeed Lab · 中南大学计算机学院</title>
<meta
name="description"
content="InnOSeed Lab — 中南大学计算机学院的创新实验室。我们更像俱乐部,属于 different thinkers 的俱乐部。"
/>
<meta name="theme-color" content="#1C64F2" />
<!-- Open Graph (Facebook / LinkedIn / Slack / Discord / 微信) -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="InnOSeed Lab" />
<meta property="og:title" content="InnOSeed Lab · 中南大学计算机学院" />
<meta
property="og:description"
content="中南大学计算机学院的创新实验室。Different Thinkers 的俱乐部 — 竞赛 · 科研 · 创业 · 志合者。"
/>
<meta property="og:image" content="/imgs/og-cover.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="InnOSeed Lab — Different Thinkers 的俱乐部" />
<meta property="og:locale" content="zh_CN" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="InnOSeed Lab · 中南大学计算机学院" />
<meta
name="twitter:description"
content="中南大学计算机学院的创新实验室。Different Thinkers 的俱乐部 — 竞赛 · 科研 · 创业 · 志合者。"
/>
<meta name="twitter:image" content="/imgs/og-cover.png" />
<meta name="twitter:image:alt" content="InnOSeed Lab — Different Thinkers 的俱乐部" />
<!-- Favicon: original site green dot cluster -->
<link rel="icon" type="image/png" href="/imgs/favicon.png" />
<!-- Preload hero image (above-fold LCP candidate).
imagesrcset + imagesizes lets the browser pick the variant that
matches its viewport: phones preload 480w (~14 KB AVIF / ~18 KB
WebP fallback), desktop preloads 1440w (~68 KB AVIF / ~84 KB
WebP). Chrome/Edge/Firefox support imagesrcset; older Safari
falls back to the 480w href. AVIF first because it's ~20 %
smaller than WebP and supported by every evergreen browser. -->
<!-- Source banner.jpg is 1828x1010 — 1920w srcset would require
upscaling and is intentionally omitted. 1440w is the sharpest
option shipped; ≥1441px DPR-1 viewports still pick it. -->
<link
rel="preload"
as="image"
type="image/avif"
href="/imgs/banner-480.avif"
imagesrcset="/imgs/banner-480.avif 480w, /imgs/banner-960.avif 960w, /imgs/banner-1440.avif 1440w"
imagesizes="100vw"
fetchpriority="high"
/>
<!-- Fonts:
Fraunces + Inter (Latin only) are self-hosted at /fonts/*.woff2
and declared in src/styles/fonts.css (imported by main.tsx).
Each woff2 carries its own unicode-range so the browser only
fetches the subset a glyph actually needs.
Noto Serif/Sans SC (Chinese) remain on Google Fonts CDN — they
only serve visitors without a system Chinese font (Linux / old
Android), and self-hosting them would balloon the deploy bundle
by ~5 MB per weight. -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Self-hosted Latin fonts used above the fold (latin subset only —
latin-ext downloads on first non-ASCII glyph). Preload uses
crossorigin because woff2 fetches are CORS. We preload exactly
four weights: the hero h1 italic em, the hero h1 + footer
display weight, the body weight, and the eyebrow / CTA weight.
Fraunces-900 / Inter-500 / Inter-700 / all latin-ext files
load on demand once their first glyph is needed. -->
<link rel="preload" as="font" type="font/woff2" crossorigin
href="/fonts/Fraunces-700-i-latin.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="/fonts/Fraunces-800-n-latin.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="/fonts/Inter-400-n-latin.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="/fonts/Inter-600-n-latin.woff2" />
<link
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;900&family=Noto+Sans+SC:wght@400;500;700&display=swap"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;900&family=Noto+Sans+SC:wght@400;500;700&display=swap"
/>
</noscript>
</head>
<body>
<noscript>
<main style="font-family: system-ui, sans-serif; max-width: 720px; margin: 64px auto; padding: 0 24px; color: #1F2937;">
<h1 style="font-size: 32px; margin-bottom: 16px;">InnOSeed Lab · 中南大学计算机学院</h1>
<p style="font-size: 18px; line-height: 1.65; margin-bottom: 24px;">
中南大学计算机学院的创新实验室。我们更像俱乐部,属于 different thinkers 的俱乐部。
</p>
<p style="font-size: 16px; color: #4B5563;">
这是一个 JavaScript 驱动的页面。请启用 JavaScript 以查看完整内容,或者发邮件到
<a href="mailto:contact@innoseed.club" style="color: #1C64F2;">contact@innoseed.club</a> 联系我们。
</p>
</main>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>