David Carmichael 9687db5a96 Initial commit
2024-02-11 21:59:18 +00:00

12 lines
185 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>401 Unauthorized</title>
</head>
<body>
<p>You lack valid authentication credentials for the requested resource</p>
</body>
</html>