29 lines
653 B
HTML
29 lines
653 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
http-equiv="keywords"
|
|
content="管理系统"
|
|
/>
|
|
<link rel="stylesheet" href="/static/loading.css" />
|
|
<title><%= title %></title>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div class="first-loading-wrp">
|
|
<div class="content">
|
|
<img src="/static/images/loading.gif" alt="">
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|
|
<script>
|
|
|
|
</script>
|