2020-12-08 18:20:35 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-12-09 08:55:57 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2021-01-08 13:22:12 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="/loading.css" />
|
2020-12-09 08:55:57 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2021-01-25 15:39:59 +08:00
|
|
|
<title>vue-admin-wonderful-next</title>
|
2020-12-09 08:55:57 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-01-08 13:22:12 +08:00
|
|
|
<div id="app">
|
|
|
|
<div class="loading-next">
|
|
|
|
<div class="loading-next-box">
|
|
|
|
<div class="loading-animation">
|
|
|
|
<div class="loading-animation-box">
|
|
|
|
<div></div>
|
|
|
|
<div></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-12-09 08:55:57 +08:00
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
2020-12-08 18:20:35 +08:00
|
|
|
</html>
|