mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'master' of https://github.com/kyledrake/neocities-web
This commit is contained in:
commit
f6724e3757
3 changed files with 43 additions and 0 deletions
22
public/gateway_error.html
Normal file
22
public/gateway_error.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||
<title>
|
||||
Server is Temporarily Offline
|
||||
</title>
|
||||
<link href="//groundfloor.neocities.org/default.css" media="all" rel="stylesheet" type="text/css" />
|
||||
<!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
|
||||
</head>
|
||||
<body style="background: #729EAA; color: #FFFFFF; text-shadow: 1px 1px #888888;">
|
||||
<div class="txt-Center">
|
||||
<img src="/img/neocities_error.png">
|
||||
<h1 style="font-weight: bold">
|
||||
Server is Temporarily Offline
|
||||
</h1>
|
||||
<p>
|
||||
There is an issue with the NeoCities web site.<br>Please try again, or stop back later. Apologies for the inconvenience!
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
public/img/neocities_error.png
Normal file
BIN
public/img/neocities_error.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
21
public/web_site_not_found.html
Normal file
21
public/web_site_not_found.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||
<title>
|
||||
Web Site Not Found
|
||||
</title>
|
||||
<link href="//groundfloor.neocities.org/default.css" media="all" rel="stylesheet" type="text/css" />
|
||||
<!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div class="txt-Center">
|
||||
<h1>
|
||||
Web Site Not Found
|
||||
</h1>
|
||||
<p>
|
||||
The requested web site was not found on this server.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue