mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 09:12:35 +02:00
Gateway error page
This commit is contained in:
parent
8fe2bf2296
commit
e0cffc4c35
1 changed files with 13 additions and 0 deletions
13
public/gateway_error.html
Normal file
13
public/gateway_error.html
Normal 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>
|
Loading…
Add table
Reference in a new issue