nginx: new package
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>The page is not found</title>
|
||||
<style>
|
||||
body { font-family: Tahoma, Verdana, Arial, sans-serif; }
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="white" text="black">
|
||||
<table width="100%" height="100%">
|
||||
<tr>
|
||||
<td align="center" valign="middle">
|
||||
<p><h2>HTTP/404</h2></p>
|
||||
<p>The page you are looking for is not found!<br/>
|
||||
Please check your URL.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user