You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.6 KiB
86 lines
2.6 KiB
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<link rel="icon" href="/favicon.ico"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>网宿软件</title>
|
|
<meta name="keywords" content="网站建设,企业网站建设,企业网站定制,电商网站建设,WDS">
|
|
<meta name="description"
|
|
content="网站建设(Website Design Service,WDS),是帮助您快速搭建企业网站的服务。通过自助模板建站工具及专业设计服务,无需了解代码技术,即可自由拖拽模块,可视化完成网站管理。全功能管理后台操作方便,一次更新,数据多端同步,省时省心。使用网站建设服务,您无需维持技术和设计师团队,即可快速实现网站上线,达到企业数字化转型的目的。">
|
|
<link rel="dns-prefetch" href="//oss.wsdns.cn" />
|
|
<link rel="dns-prefetch" href="//server.gxwebsoft.com" />
|
|
<link rel="dns-prefetch" href="//modules.gxwebsoft.com" />
|
|
<style>
|
|
.loading {
|
|
width: 36px;
|
|
font-size: 0;
|
|
display: inline-block;
|
|
transform: rotate(45deg);
|
|
animation: loadingRotate 1.2s infinite linear;
|
|
position: relative;
|
|
top: calc(50% - 18px);
|
|
left: calc(50% - 18px);
|
|
}
|
|
|
|
.loading span {
|
|
width: 10px;
|
|
height: 10px;
|
|
margin: 4px;
|
|
border-radius: 50%;
|
|
background: #1890ff;
|
|
display: inline-block;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.loading span:nth-child(2) {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.loading span:nth-child(3) {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.loading span:nth-child(4) {
|
|
opacity: 0.3;
|
|
}
|
|
|
|
@keyframes loadingRotate {
|
|
to {
|
|
transform: rotate(405deg);
|
|
}
|
|
}
|
|
|
|
#app > .loading {
|
|
position: fixed;
|
|
}
|
|
|
|
#copyright {
|
|
width: 100%;
|
|
line-height: 2em;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
font-size: 12px;
|
|
display: none;
|
|
}
|
|
|
|
#copyright a:link, #copyright a:visited {
|
|
color: #e3e3e3
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div class="loading">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</div>
|
|
</div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
<div id="copyright"><a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">桂ICP备13003666号-11</a>
|
|
</div>
|
|
</body>
|
|
</html>
|