You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.0 KiB
49 lines
2.0 KiB
1 year ago
|
<!--
|
||
|
* @Author: hkh 838374358@qq.com
|
||
|
* @Date: 2023-05-29 17:16:47
|
||
|
* @LastEditors: hkh 838374358@qq.com
|
||
|
* @LastEditTime: 2023-06-24 13:19:16
|
||
|
* @FilePath: \jiayouzhan\public\index.html
|
||
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||
|
-->
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="zh">
|
||
|
<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" />
|
||
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||
|
<% if(process.env.NODE_ENV === 'production'){ %>
|
||
|
<script src="<%= BASE_URL %>config/prod.js"></script>
|
||
|
<% } else { %>
|
||
|
<script src="<%= BASE_URL %>config/dev.js"></script>
|
||
|
<% } %>
|
||
|
<script src="<%= BASE_URL %>lib/Cesium/Cesium.js"></script>
|
||
|
<link rel="stylesheet" href="<%= BASE_URL %>lib/Cesium/Widgets/widgets.css" />
|
||
|
<link rel="stylesheet" href="<%= BASE_URL %>lib/VAPSEarth/style.css" />
|
||
|
<script src="<%= BASE_URL %>lib/VAPSEarth/VAPS.Earth.umd.js"></script>
|
||
|
<script src="<%= BASE_URL %>plugin/heatmap.js"></script>
|
||
|
<script src="<%= BASE_URL %>lib/VAPSThing/libs/three.min.js"></script>
|
||
|
<script src="<%= BASE_URL %>lib/VAPSThing/thing.js"></script>
|
||
|
<script src="<%= BASE_URL %>lib/proj4-src.js"></script>
|
||
|
<link rel="stylesheet" href="<%= BASE_URL %>lib/VAPSThing/style/thing.css" />
|
||
|
<style>
|
||
|
html {
|
||
|
/*background: rgb(1, 1, 3);*/
|
||
|
}
|
||
|
</style>
|
||
|
</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>
|