-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 1.66 KB
/
index.html
File metadata and controls
44 lines (43 loc) · 1.66 KB
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,initial-scale=1,user-scalable=no">
<title>TomsProject</title>
<style>
html { background: #fff; margin: 0 1em; }
body { font: .8125em/1.5 arial, sans-serif; text-align: center; }
h1 { font-size: 1.5em; font-weight: normal; margin: 1em 0 0; }
a { color: #0000FF; }
a:hover { color: #00FFFF; }
p#footer { color: #767676 !important; font-size: .77em; !important}
ul { margin-top: 2em; margin-bottom: 2em; padding: 0; }
li { display: inline; padding: 0 2em; }
div { -moz-border-radius: 20px; -webkit-border-radius: 20px; border: 1px solid #ccc; border-radius: 20px; margin: 2em auto 1em; max-width: 65%; }
@media screen and (max-width: 800px) { div { max-width: 90%; } }
div:hover, div:hover * { cursor: pointer; }
div:hover { border-color: #999; }
div p { margin: .5em 0 1.5em; }
img { border: 0; width: 91%; }
</style>
</head>
<body>
<div>
<a href="https://status.projectoms.com/">
<img src="/tomsproject.png" alt="Toms Project Status">
</a>
<h1>
<a href="https://status.projectoms.com/"><strong id="target">https://status.projectoms.com/</strong></a>
</h1>
<p>请收藏我们的网址</p>
</div>
<ul>
<li><a href="https://tp.je/">导航页</a></li>
<li><a href="https://www.projectoms.com/">主 页</a></li>
<li><a href="https://blog.projectoms.com/">博客页</a></li>
</ul>
<p id="footer">
Copyright © 2011 - TomsProject Inc. All Rights Reserved. <a href="https://beian.miit.gov.cn/">京ICP备19007812号-2</a>
</p>
</body>
</html>