absolute paths to specific errorpages directory

This commit is contained in:
Asif Bacchus
2019-06-22 07:34:16 -06:00
parent 7edeb9fcf2
commit 7ea6008735
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Backup in progress - Unavailable (503)</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="/errorpages/styles.css">
</head>
<body>
<h1>Bad timing!</h1>
<div class="spacer"></div>
<p>Seems you're trying to access me during my backup window. Don't worry though, I should be up and running again very soon.</p>
<p>My average backup window is pretty quick and I'm quite busy during that time copying super-important files to my secure hiding place so they stay safe in-case anything ever happens to me!</p>
<img src="images/monster_flying.svg" alt="flying monster">
<img src="/errorpages/images/monster_flying.svg" alt="flying monster">
<p class="instructions">Sorry for the delay. Please try again soon. (error 503)</p>
<div class="spacer"></div>
<footer>