提交
This commit is contained in:
36
public/index.html
Normal file
36
public/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -->
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
|
||||
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
|
||||
<link id="favicon" rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
||||
<title>
|
||||
<%= webpackConfig.name %>
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<body style="overflow:hidden;padding-right:0px">
|
||||
<div id="canvus" style="background-color: rgba(19, 88, 199, 0.671);" class="width100 height100"></div>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app">
|
||||
</div>
|
||||
<link rel='stylesheet' href='././sheet/pluginsCss.css' />
|
||||
<link rel='stylesheet' href='././sheet/plugins.css' />
|
||||
<link rel='stylesheet' href='././sheet/luckysheet.css' />
|
||||
<link rel='stylesheet' href='././sheet/iconfont.css' />
|
||||
<script src="././sheet/plugin.js"></script>
|
||||
<script src="././sheet/luckysheet.umd.js"></script>
|
||||
<!--在线地图-->
|
||||
<script src="<%= BASE_URL %>static/map_load.js"></script>
|
||||
<!--离线地图-->
|
||||
<!-- <script src="static/map/map_loader.js" type="text/javascript"></script>
|
||||
<script src="static/map/map.js" type="text/javascript"></script> -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user