forked from Zhang-Sir/advancedtomato-gui-chinese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (27 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>NGINX Web Server</title>
<!-- Stylesheets -->
<link href="css/interface.css" rel="stylesheet">
<!-- Load Favicon (icon) -->
<link rel="shortcut icon" href="/favicon.ico" />
<!-- One time load JAVASCRIPT -->
<script type="text/javascript" src="js/jquery.min.js"></script>
</head>
<body>
<div id="wrapper">
<div style="max-width: 960px; margin: 50px auto; text-align: center;">
<h1 style="font-size: 28px;">NGINX Web Server</h1>
<p style="font-size: 15px;">If you see this page, the next web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to <a target="_blank" href="http://nginx.org">nginx.org</a>. Commercial support is available at <a target="_blank" href="http://nginx.com">nginx.com</a>
</p>
<br>
<a href="phpinfo.php" class="btn btn-info"><i class="icon-info"></i> Show PHP Info</a>
<a href="adminer.php" class="btn btn-primary"><i class="icon-tools"></i> MySQL Adminer</a>
</div>
</div>
</body>
</html>