1 Star 9 Fork 3

hackchen / gdshop-cool-admin-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
公用 提交于 2021-04-21 19:05 . [代码完善](master): 调整基础信息
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="referer" content="never" />
<meta name="renderer" content="webkit" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"
/>
<title>GDSHOP-ADMIN</title>
<link rel="icon" href="/favicon.ico" />
<style>
html,
body,
#app {
height: 100%;
margin: 0;
padding: 0;
}
.preload {
display: flex;
flex-direction: column;
height: 100%;
letter-spacing: 1px;
background-color: #2f3447;
}
.preload .container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
user-select: none;
flex-grow: 1;
}
.preload .name {
font-size: 30px;
color: #fff;
letter-spacing: 5px;
font-weight: bold;
}
.preload .title {
color: #fff;
font-size: 14px;
margin-bottom: 10px;
}
.preload .sub-title {
color: #ababab;
font-size: 12px;
}
.preload .footer {
text-align: center;
padding: 10px 0 20px 0;
}
.preload .footer a {
font-size: 12px;
color: #ababab;
text-decoration: none;
}
</style>
</head>
<body>
<div id="app">
<div class="preload">
<div class="container">
<p class="name">GDSHOP-ADMIN</p>
<p class="title">正在加载资源...</p>
<p class="sub-title">初次加载资源可能需要较多时间 请耐心等待</p>
</div>
<div class="footer">
<a href="http://www.gdshop.top/" target="_blank"> http://www.gdshop.top</a>
</div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
1
https://gitee.com/hackchen/gdshop-cool-admin-vue3.git
git@gitee.com:hackchen/gdshop-cool-admin-vue3.git
hackchen
gdshop-cool-admin-vue3
gdshop-cool-admin-vue3
master

搜索帮助