67 lines
2.9 KiB
HTML
67 lines
2.9 KiB
HTML
<!--
|
|
//此内容不能删除
|
|
Program django-vue-lyadmin 专业版
|
|
Powered by Django-Vue-Lyadmin
|
|
Copyright by lybbn
|
|
Author:lybbn
|
|
QQ:1042594286
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content='django-vue-lyadmin'>
|
|
<meta content='http://www.lybbn.cn' author="lybbn" contact="1042594286">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport">
|
|
<link rel="icon" href="<%= BASE_URL %>static/favicon.ico">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
<style>
|
|
.app-loading {position: absolute;top:0px;left:0px;right:0px;bottom:0px;display: flex;justify-content: center;align-items: center;flex-direction: column;background: #fff;}
|
|
.app-loading__logo {margin-bottom: 30px;}
|
|
.app-loading__logo img {width: 90px;vertical-align: bottom;}
|
|
.app-loading__loader {box-sizing: border-box;width: 35px;height: 35px;border: 5px solid transparent;border-top-color: #000;border-radius: 50%;animation: .5s loader linear infinite;position: relative;}
|
|
.app-loading__loader:before {box-sizing: border-box;content: '';display: block;width: inherit;height: inherit;position: absolute;top: -5px;left: -5px;border: 5px solid #ccc;border-radius: 50%;opacity: .5;}
|
|
.app-loading__title {font-size: 24px;color: #666;margin-top: 30px;}
|
|
.dark .app-loading {background: #222225;}
|
|
.dark .app-loading__loader {border-top-color: #fff;}
|
|
.dark .app-loading__title {color: #d0d0d0;}
|
|
@keyframes loader {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
</style>
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
var hmid = "33e0b6798fd8809c21ef51bc99e3149e";
|
|
(function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();
|
|
</script>
|
|
<script type="text/javascript" src="https://api.tianditu.gov.cn/api?v=4.0&tk=467c0b8aabd1f6a6012c7c2026ea8818"></script>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>Sorry django-vue-lyadmin (dvlyadmin_pro) doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<script type="text/javascript">
|
|
var dark = window.localStorage.getItem('siteTheme');
|
|
if(dark && dark=="dark"){
|
|
document.documentElement.classList.add("dark")
|
|
}
|
|
</script>
|
|
<div id="app" class="lyadmin">
|
|
<div class="app-loading">
|
|
<div class="app-loading__logo">
|
|
<img src="static/img/logo.png"/>
|
|
</div>
|
|
<div class="app-loading__loader"></div>
|
|
<div class="app-loading__title">加载中</div>
|
|
</div>
|
|
</div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|