-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFuture_Moved_Web.html
33 lines (32 loc) · 1.19 KB
/
Future_Moved_Web.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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>LIB临时工作室</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; }
p#footer { color: #767676 !important; font-size: .77em !important; }
ul { margin: 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: 650px; min-width: 544px; }
div:hover, div:hover * { cursor: pointer; }
div:hover { border-color: #999; }
div p { margin: .5em 0 1.5em; }
img { border: 0; }
</style>
</head>
<body>
<div>
<a href="https://LIBPS.github.io/">
<img src="https://buckqian.github.io/LIBPS-logo.png " alt="LIB临时工作室" width="586" height="257">
</a>
<h1><a href=https://LIBPS.github.io/><strong id="target">https://LIBPS.github.io/</strong></a></h1>
<p>请收藏我们的网址</p>
</div>
<p id="footer">
2024 - <span><a href="https://LIBPS.github.io/">LIB临时工作室</a></span>
</p>
</body>
</html>