Gateway error page

This commit is contained in:
Kyle Drake 2014-12-11 07:19:19 -08:00
parent 8fe2bf2296
commit e0cffc4c35

13
public/gateway_error.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Neocities is temporarily unavailable</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>Neocities is temporarily unavailable</h1>
<p>Neocities is currently undergoing maintenance, we will be back shortly! Check <a href="https://twitter.com/neocitiesweb">@neocitiesweb</a> for status updates.</p>
<p>Our apologies for the inconvenience.</p>
</body>
</html>