abstractmechanic
Version:
NodeJS Framework, small footprint, fast learning curve. This framework is perfect for produce apps fast
30 lines (25 loc) • 1 kB
HTML
<!-- -->
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>401</title>
</head>
<body style="background-color: #222;">
<h1 style="color: #B00; text-align: center; margin-top: 40vh;">
HTTP-401: Unauthorized
</h1>
<hr>
<br><br><br>
<h5 style="color: #BBB; text-align: left;">
This message occurs if you are trying to access secure information that you are not authorized to access. If you feel this is a mistake, check and make sure you are logged in under the correct account, and are attempting to access resoures/assets that belong to you.
</h5>
<br><br><br>
<h3 style="color: #0C9; text-align: left;">
If you are getting this message and are not part of the Administration team, please feel free to contact us so we can help to resolve this issue.
<br>
Katana.Development@Gmail.com
</h3>
</body>
</html>