mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
25 lines
881 B
HTML
25 lines
881 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="pragram" content="no-cache" />
|
|
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
|
|
<meta http-equiv="expires" content="0" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/css/app-loading.css" id="app-loading-link" type="text/css" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<title>日志中心GLC</title>
|
|
</head>
|
|
<body>
|
|
<div id="app-loading" class="loader-wrapper">
|
|
<div class="loader"></div>
|
|
<div class="loader-section section-left"></div>
|
|
<div class="loader-section section-right"></div>
|
|
<div class="loader-title">加载中 ...</div>
|
|
</div>
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|