-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.14 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
<!--
* @Author: Tian
* @Date: 2022-05-08 18:13:26
* @LastEditors: mjh
* @LastEditTime: 2022-10-09 10:14:18
* @Description:
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" href="/favicon.ico" /> -->
<link rel="stylesheet" href="/static/mapbox-gl-v22.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>余杭五水智治</title>
<style>
#app {
width: 100%;
height: 100%;
}
/* 屏幕大于2000px的时候写死html的font-size值为200px */
@media screen and (min-width: 2000px) {
html {
font-size: 200PX !important;/*no*/
}
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<script src="/static/unicomLive.min.js"></script>
<script src="/static/mapbox-gl-v28.js" type="text/javascript"></script>
<script src="/static/turf.min.js"></script>
<script src="/static/echarts.js"></script>
<script src="/static/EchartsLayer.js"></script>
<script src="/static/kriging.js"></script>