-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
32 lines (32 loc) · 1004 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"
/>
<title>MapScout</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/reactstrap/4.8.0/reactstrap.min.js"
></script>
<link
href="./build/styles.e5deea14b323c589562bc5764c397b0e.css"
rel="stylesheet"
/>
</head>
<body>
<div id="app"></div>
<script
type="text/javascript"
src="/build/bundle.cadae8cc018930b56c03.js"
></script>
</body>
</html>