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.
45 lines
1.6 KiB
45 lines
1.6 KiB
<!DOCTYPE html>
|
|
<html lang="zh-CN" manifest="IGNORE.manifest">
|
|
<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, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<!-- <meta name="referrer" content="no-referrer" /> -->
|
|
<title>
|
|
|
|
</title>
|
|
<!-- <script type="text/javascript" src="./common/js/recorder.js"></script> -->
|
|
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="https://webapi.amap.com/maps?v=1.4.15&key=3523000d4cc65ace6ca12c44703d8c62"></script>
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
|
|
});
|
|
</script>
|
|
<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
|
|
<!-- <textarea id="#clipboard" style=" z-index: -9999"></textarea> -->
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>Please enable JavaScript to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
<style type="text/css">
|
|
body,html{
|
|
position:fixed!important;
|
|
top:0!important;
|
|
left:0!important;
|
|
width:100%!important;
|
|
height:100%!important;
|
|
}
|
|
#app{
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
</style>
|
|
</html>
|
|
|