-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.48 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.48 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>UniqueStudio Recruitment Dashboard</title>
<meta charset="utf-8" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
<meta http-equiv="Content-Language" content="zh-CN" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="format-detection" content="telephone=no" />
<meta name="keywords" content="Unique Studio" />
<meta name="description" content="UniqueStudio Recruitment Dashboard" />
<meta name="description" content="联创团队是华中科技大学由学生自发组织自主实践自行运营的互联网团队" />
<meta
name="description"
content="联创团队网站提供了团队的所有基本信息,包括团队简介,团队作品,团队招新和联系方式"
/>
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#1769aa" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#272727" />
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="preconnect" href="https://back.recruitment.hustunique.com" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>