mirror of
https://github.com/nginx/nginx.git
synced 2025-01-22 14:23:18 -06:00
15 lines
295 B
HTML
15 lines
295 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>The page is temporarily unavailable</title>
|
||
|
<style>
|
||
|
body { font-family: Tahoma, Verdana, Arial, sans-serif; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body bgcolor="white" text="black">
|
||
|
<p>
|
||
|
The page you are looking for is temporarily unavailable.<br/>
|
||
|
Please try again later.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|