This commit is contained in:
molong
2022-05-12 18:12:20 +08:00
parent c31729ec7e
commit fe38e19924
284 changed files with 33456 additions and 11 deletions

38
view/index.html Normal file
View File

@@ -0,0 +1,38 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SentOS</title>
<style>
html, body {background-color: #fff; color: #3c4042; font-family: 'Raleway', sans-serif; font-weight: 100; height: 80vh; margin: 0;}
.top{text-align: right; line-height: 35px; padding: 0 20px;}
.top a{color: #333333; padding: 0 10px}
.full-height {height: 90vh;}
.flex-center {align-items: center;display: flex;justify-content: center;}
.position-ref {position: relative;}
.top-right {position: absolute;right: 10px;top: 18px;}
.content {text-align: center;}
.title {font-size: 84px;}
.links > a {color: #3c4042;padding: 0 25px; font-size: 12px;font-weight: 600;letter-spacing: .1rem;text-decoration: none;text-transform: uppercase;}
.m-b-md {margin-bottom: 30px;}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
<div class="content">
<div class="title m-b-md">
SentOS
</div>
<div class="links">
</div>
</div>
</div>
<div style="text-align: center; font-size: 12px;">
<p><a href="https://beian.miit.gov.cn/" target="_blank" style="color: #333333; text-decoration: none;">赣ICP备13006622号-1</a></p>
<p>技术支持:<a href="https://www.tensent.cn" target="_blank" style="color: #333333; text-decoration: none;">腾速科技</a></p>
</div>
</body>
</html>