35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Welcome to Nginx!</title>
|
|
<style>
|
|
body {
|
|
background-color: #222;
|
|
color: white;
|
|
font-family: Arial, sans-serif;
|
|
text-align: center;
|
|
margin-top: 100px;
|
|
}
|
|
h1 {
|
|
font-size: 36px;
|
|
}
|
|
a {
|
|
color: #00aaff;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</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="https://nginx.org/">nginx.org</a>.</p>
|
|
<p>Commercial support is available at <a href="https://nginx.com/">nginx.com</a>.</p>
|
|
<p><em>Thank you for using nginx.</em></p>
|
|
</body>
|
|
</html>
|