absolute paths to specific errorpages directory
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Error 50x - Server Misconfiguration</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="/errorpages/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Whoops! My bad!</h1>
|
||||
<div class="spacer"></div>
|
||||
<p>Seems there's something wrong with me... my configuration is screwy! I'm sure my admin is looking into the issue and will have me up and running again in no time. Sorry about this.</p>
|
||||
<img src="images/monster_panic.svg" alt="panicked monster">
|
||||
<img src="/errorpages/images/monster_panic.svg" alt="panicked monster">
|
||||
<p class="instructions">This is often a temporary condition. Please try again later. (error 50x)</p>
|
||||
<div class="spacer"></div>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user