-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.1 KB
/
index.html
File metadata and controls
30 lines (28 loc) · 1.1 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
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="manifest" href="manifest.json" />
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<!-- <h1 style="text-align:center;">HELLO WORLD</h1> -->
<section style="width:100vw;height:50vh;padding:2vw;">
<div id="map" style="width:100%;height:100%;"></div>
</section>
<section class="d-flex justify-content-center">
<button class="btn btn-outline-warning m-1" id="refresh">刷新</button>
<button class="btn btn-outline-primary m-1">签到</button>
</section>
<section id="result">
</section>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://webapi.amap.com/maps?v=1.4.13&key=f47030dbde7f633b28c50830183b4934"></script>
<script src="src/app.js"></script>
</body>
</html>