-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (43 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>云印南天</title>
<style>
html,
body {
margin: 0;
border: 0;
padding: 0;
width: 100%;
height: 99%;
background-color: #5eb5c9;
color: #eee;
text-align: center;
}
body {
display: flex;
flex-direction: column;
justify-content: space-between;
align-content: space-around;
}
a {
color: wheat;
text-decoration: none;
}
</style>
</head>
<body>
<h1>[暂停服务]</h1>
<main>
<img src="logo.png" alt="云印南天" />
</main>
<footer>
<a href="/">©云印南天</a> |
<a href="https://github.com/YunYinORG/">GitHub</a> |
<a href="https://beian.miit.gov.cn"> 津ICP备15000043号-3</a>
</footer>
</body>
</html>