-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 1.45 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
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="refresh" content="0; URL=/blog/">
<!-- <title>Welcome to nginx!</title> -->
<title>七阶子行者之读写笔记</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
<hr>
<p> 真主页请访问:<a href="home/">HOME</a> (内容逐步完善中)</p>
<hr>
<p> 保留 <a href="http://nginx.org/">nginx</a> 的默认主页,是为感恩。此外本站利用到的免费开源软件还包括:
<a href="http://www.php.net">php</a>
<a href="https://www.perl.org">perl</a>
<a href="https://dev.mysql.com/">mysql</a>
</p>
<p> 测试页:
<a href="info.php">php-info</a>
<a href="index.php">php-mysql</a>
<a href="env.pl">perl-fcgi</a>
<a href="perl/zh.pl">utf8-中文</a>
</p>
<hr/>
<div class="icp-foot">
个人网页,原创博客,一家之言,仅供参考。<br/>
<a href="http://www.miitbeian.gov.cn/">粤ICP备18078352号</a>
</div>
</body>
</html>