Added 503-backup notice page

This commit is contained in:
Asif Bacchus 2018-09-04 18:06:10 -06:00
parent ee5456533a
commit 779389678e
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Status 503</title>
<style>
body {
margin: 0 auto;
padding: 0;
width: 85%;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Bad timing!</h1>
<p>Seems you're trying to access me during my daily backup window. Don't worry though, I should be up and running again very soon.</p>
<p>My average backup window duration is about 15 minutes during which time I'm
quite busy encrypting and then copying your super-important files to my secure
hiding place so they stay safe in case anything ever happens to me!</p>
<h3><em>I'm really sorry for the delay. Please try me again soon!</em></h3>
</body>
</html>