fun-errorpages/errorpages/401.html

21 lines
1.2 KiB
HTML
Raw Normal View History

2019-06-22 06:13:20 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Error 401 - Unauthorized</title>
<link rel="stylesheet" href="/errorpages/styles.css">
2019-06-22 06:13:20 -06:00
</head>
<body>
<h1>Hey, nice try!</h1>
<div class="spacer"></div>
<p>I'm not going to tell anyone, but I think we both know you're not allowed to be here, right?</p>
<img src="/errorpages/images/monster_angry.svg" alt="angry monster">
2019-06-22 06:13:20 -06:00
<p class="instructions">You're not authorized to view this content. You probably supplied the wrong credentials, please try again. (error 401)</p>
<div class="spacer"></div>
<footer>
2020-02-22 15:04:40 -07:00
Page designed by Asif Bacchus. Please feel free to use, redistribute and alter as you see fit! Latest version available at <a href="https://git.asifbacchus.app/asif/fun-errorpages.git" alt="git repo" target="_blank">https://git.asifbacchus.app/asif/fun-errorpages.git</a>. Monster image by Vectorpouch from <a href="https://www.freepik.com" alt="Freepik homepage" target="_blank">Freepik (www.freepik.com)</a>.
2019-06-22 06:13:20 -06:00
</footer>
</body>
</html>