12 lines
266 B
HTML
Executable File
12 lines
266 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>401</title>
|
|
<link rel="stylesheet" href="/assets/styles/error.css" />
|
|
</head>
|
|
<body>
|
|
<h1>401 Unauthorized</h1>
|
|
<p>The server could not verify that you are authorized to view this page.</p>
|
|
</body>
|
|
</html>
|