-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
24 lines (24 loc) · 1.05 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="description" content="Fudan University’s Hackathon 2016">
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" type="image/png" sizes="96x96" href="/fav/favicon-96x96.png">
<link rel="shortcut icon" type="image/png" sizes="32x32" href="/fav/favicon-32x32.png">
<link rel="shortcut icon" type="image/png" sizes="16x16" href="/fav/favicon-16x16.png">
<link rel="shortcut icon" type="image/ico" href="/favicon.ico">
<meta name="renderer" content="webkit">
<title>HACK×FDU</title>
</head>
<body>
<div id="root"></div>
<!--
Built with <3
-->
<script type="text/javascript" src="https://webapi.amap.com/maps?v=1.3&key=ce0470a8792b61e19cd11712bb070068"></script>
</body>
</html>