Files
main/server/web/nginx/files/default-page/404.html
T
2019-07-25 20:05:24 +03:00

20 lines
389 B
HTML

<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>