-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 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>
<meta charset="UTF-8">
<title>Unique Studio</title>
<meta http-equiv="Content-Language" content="zh-cn" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta http-equiv="cache-control" content="no-cache">
<meta name="description" content="联创队团是华中科技大学由学生自发组织自主实践自行运营的IT团队">
<meta name="description" content="联创团队网站提供了团队的所有基本信息,包括团队简介,团队作品,团队招新和联系方式">
<link rel="stylesheet" href="src/Styles/main.less">
</head>
<body>
<div id="viewport">
<script async defer src="./src/Components/City/index.js"></script>
</div>
</body>
</html>