-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 1.38 KB
/
index.html
File metadata and controls
51 lines (51 loc) · 1.38 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
45
46
47
48
49
50
51
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>7bytes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="7bytes">
<meta name="description" content="7bytes">
<style type="text/css">
body {
color:#333333;
font-family:"Microsoft YaHei",tahoma,arial,helvetica,sans-serif;
font-size:15px;
}
.links {color: #06C}
#main {
margin-right: auto;
margin-left: auto;
width: 650px;
}
a{
text-decoration:none;
color:#06C;
-webkit-transition:color .2s;
-moz-transition:color .2s;
-ms-transition:color .2s;
-o-transition:color .2s;
transition:color .2s
}
</style>
</head>
<body>
<div id="main">
<p align="center"><img src="./lamp.gif" alt="LAMP一键安装包"></p>
<p align="left">
<span><b>shadowsocks:</b></span>
<a href="/ss-panel-2/" target="_blank" class="links">ss-panel</a>
</p>
<p align="left">
<span><b>github blog:</b></span>
<a href="http://7byte.github.io" target="_blank" class="links">http://7byte.github.io</a>
</p>
<p align="left">
<span><b>openresty测试API:</b></span>
<a href="http://api.7bytes.xyz" target="_blank" class="links">http://api.7bytes.xyz</a>
</p>
<p align="left">
<span><b>QQ:553997455</b></span>
</p>
</div>
</body>
</html>