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 404 - Not Found</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="/errorpages/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Are you lost?</h1>
|
||||
<div class="spacer"></div>
|
||||
<p>I looked all over but couldn't find what you wanted! I promise I tried my best!</p>
|
||||
<img src="images/monster_confused.svg" alt="confused monster">
|
||||
<img src="/errorpages/images/monster_confused.svg" alt="confused monster">
|
||||
<p class="instructions">Please make sure you typed the right address and try again. (error 404)</p>
|
||||
<div class="spacer"></div>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user