12 lines
185 B
HTML
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>
|