-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1013 Bytes
/
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="logo.png">
<title>Welcome to chenxuan server!</title>
<style>
body {
width: 40em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome chenxuan web server!</h1>
<p>If you see this page, the web server is successfully installed and working.</p>
<p>For documentation and support please refer to <a href="https://gitee.com/chenxuan520/server-for-static-web.git">Official website</a> and give issue to me.<br />
If you think this project is useful,you can give it a star<br />
author web <a href="http://chenxuanweb.top">chenxuanweb</a>.</p>
<p>You can contact author by email [email protected]</p>
<p><em>Thank you for using web server.</em></p>
<img src="./logo.png">
</body>
</html>