Files
cloudsave/cmd/web/server/templates/401.html
2025-08-06 14:05:29 +02:00

9 lines
153 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>You are not allowed</title>
</head>
<body>
<h1>401 Unauthorized</h1>
</body>
</html>