You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
750 B
HTML
31 lines
750 B
HTML
|
2 years ago
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8"/>
|
||
|
|
<link rel="icon" href="/favicon.ico"/>
|
||
|
|
<link rel="stylesheet" href="./src/util/css/loading.css">
|
||
|
|
<title></title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app">
|
||
|
|
<div class="loading">
|
||
|
|
<div class="loading-wrap">
|
||
|
|
<div class="loading-dots">
|
||
|
|
<span class="dot dot-spin">
|
||
|
|
<i></i>
|
||
|
|
<i></i>
|
||
|
|
<i></i>
|
||
|
|
<i></i>
|
||
|
|
</span>
|
||
|
|
</div>
|
||
|
|
<div class="loading-title">
|
||
|
|
正在缓冲...
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<script type="module" src="/src/main.js"></script>
|
||
|
|
<script type="text/javascript" src="../static/bmapOffline/map_load.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|