Added server outage notice and fixed update script.
1 parent b9a35f8 commit 7135d34f5495c0583608cbdccb2257cac8224950
@Daniel Vedder Daniel Vedder authored on 13 Mar 2018
Showing 3 changed files
View
2
■■■
.gitignore 0 → 100644
backup/
View
18
server_outage.html 0 → 100755
<!-- This webpage is meant to be displayed if there's a problem with the server. -->
<html>
<header>
<title>Synoikos</title>
</header>
 
<body>
<h1>Server outage</h1>
<p>
This server is currently experiencing technical difficulties. A fix is in progress.
<br />
We apologise for any inconvenience caused.
<br /><br />
<b>the Administrator</b>
</p>
</body>
</html>
View
update_website.sh 100644 → 100755