-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.76 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/images/site/brand/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SCAICT — 中台灣學生資訊社群</title>
<meta name="description" content="SCAICT 是中台灣最大的學生資訊社群,匯聚對程式、設計、資安有熱忱的夥伴,一起 Code Your World。" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SCAICT — 中台灣學生資訊社群" />
<meta property="og:description" content="SCAICT 是中台灣最大的學生資訊社群,匯聚對程式、設計、資安有熱忱的夥伴,一起 Code Your World。" />
<meta property="og:url" content="https://scaict.org" />
<meta property="og:image" content="https://scaict.org/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SCAICT — 中台灣學生資訊社群" />
<meta name="twitter:description" content="SCAICT 是中台灣最大的學生資訊社群,匯聚對程式、設計、資安有熱忱的夥伴,一起 Code Your World。" />
<meta name="twitter:image" content="https://scaict.org/og-image.png" />
<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=Anton&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+TC:wght@100..900&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>