14 lines
326 B
HTML
Executable File
14 lines
326 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>401</title>
|
|
<link rel="stylesheet" href="/assets/styles/error.css" />
|
|
</head>
|
|
<body>
|
|
<h1 style="font-size: 60px">401 Unauthorized</h1>
|
|
<p style="font-size: 30px">
|
|
The server could not verify that you are authorized to view this page.
|
|
</p>
|
|
</body>
|
|
</html>
|