index.html
1.6 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./favicon.ico">
<link rel="stylesheet" href="./css/toolBarStyle.css">
<!--引入字体-->
<style type="text/css">
@font-face {
font-family: 'BebasNeue Bold';
src: url('font/BebasNeueBold.otf') format('truetype');
}
@font-face {
font-family: 'Lato-Bold';
src: url('font/Lato-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Lato-Light';
src: url('font/Lato-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Lato-Regular';
src: url('font/Lato-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'D-DINCondensedRegular';
src: url('font/D-DINCondensed.ttf') format('truetype');
}
</style>
<!-- 引入fengmap -->
<!-- fengmap.map.min.js 地图核心模块必须第一个引入-->
<script src="./lib/fengmap.map.min.js"></script>
<script src="./lib/fengmap.plugin.min.js"></script>
<script src="./lib/fengmap.analyser.min.js"></script>
<script src="./lib/fengmap.effect.min.js"></script>
<script src="./lib/fengmap.map-nologo.min.js"></script>
<script src="./lib/dsbridge.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Sea World</title>
<script type="module" crossorigin src="./assets/index-DNgDxULo.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BjiykV94.css">
</head>
<body>
<div id="app"></div>
</body>
<style>
body {
font-family: 'BebasNeue Bold', serif;
}
</style>
</html>