-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
25 lines (25 loc) · 1.07 KB
/
index.html
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>UniqueStudio Recruitment Form</title>
<!--SSR_STYLE-->
<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='联创团队招新报名表单' />
<link rel='manifest' href='/manifest.json' />
<link rel='shortcut icon' href='/favicon.ico' />
<link
rel='stylesheet'
href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap'
/>
<link rel="preconnect" href="https://back.recruitment.hustunique.com" />
</head>
<body>
<div id="root"><!--SSR_BODY--></div>
<script type="module" src="/src/client.tsx"></script>
</body>
</html>