-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
43 lines (42 loc) · 1.69 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>Unique Hackday - Dashboard</title>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta http-equiv="Content-Language" content="zh-CN" />
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="keywords" content="Unique Hackday" />
<meta name="description" content="Unique Hackday Dashboard" />
<meta
name="discription"
content="联创队团是华中科技大学由学生自发组织自主实践自行运营的互联网团队"
/>
<meta
name="discription"
content="联创团队网站提供了团队的所有基本信息,包括团队简介,团队作品,团队招新和联系方式"
/>
<meta name="discription" content="联创团队黑客马拉松,一项专属于互联网极客们的比赛" />
<meta name="theme-color" content="#3D4FB1" />
<link href="./src/assets/icons/hack.png" rel="Hackday icon" />
<script src="https://recaptcha.net/recaptcha/api.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?5f5c99a5dccdcfd81f13faa53244e9dc';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>