31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<!-- <link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css" /> -->
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
|
<!-- 线上地图 -->
|
|
<script type="text/javascript" src="./EzMapFile/EzMapAPI.js"></script>
|
|
<script type="text/javascript" src="./EzMapFile/EzServerClient.min.js"></script>
|
|
<script type="text/javascript" src="./android.js"></script>
|
|
<script type="text/javascript" src="./js/recorder.js"></script>
|
|
<link rel="stylesheet" href="./EzMapFile/EzServerClient.min.css">
|
|
|
|
<!-- EzMap地图引入 -->
|
|
<script type="text/javascript" src="./pgis/eliMapboxgl.min.js"></script>
|
|
<!-- <script src="https://webapi.amap.com/maps?v=2.0&key=28161d95613f4bbf837d280529855a9d"></script> -->
|
|
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|