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 403 - Forbidden</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="/errorpages/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Whoa! Get out of here!</h1>
|
||||
<div class="spacer"></div>
|
||||
<p>You're not allowed to be here, turn around and head back to where you came from!</p>
|
||||
<img src="images/monster_angry.svg" alt="angry monster">
|
||||
<img src="/errorpages/images/monster_angry.svg" alt="angry monster">
|
||||
<p class="instructions">You're not authorized to view this content. This is NOT a credential error, you're just not allowed to be here. (error 403)</p>
|
||||
<div class="spacer"></div>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user