2024-08-11 15:15:07 +02:00
---
title: 401
---
2020-04-04 23:56:49 +02:00
{% set pageBase = "../../" %}
2024-08-11 15:15:07 +02:00
{% set pageId = page.fileSlug %}
2020-04-04 23:56:49 +02:00
{% set bodyClass = "body_status" %}
2024-08-11 12:05:18 +02:00
{% extends "demo/_maintenance.njk" %}
2020-04-04 23:56:49 +02:00
2024-08-11 15:15:07 +02:00
{% block title %}{{ title }}{% endblock %}
2020-04-04 23:56:49 +02:00
{% block head %}
{{ super() }}
{% endblock %}
2024-08-11 12:05:18 +02:00
{% block body %}
2020-04-04 23:56:49 +02:00
<main class="main_site">
2024-08-11 15:15:07 +02:00
<h1>{{ title }}</h1>
2020-04-04 23:56:49 +02:00
<h3>Client-Fehler</h3>
<p>Nicht autorisiert! <dfn>Unauthorized</dfn></p>
<blockquote cite="https://de.wikipedia.org/wiki/HTTP-Statuscode#4xx_.E2.80.93_Client-Fehler">
<p>Die Anfrage kann nicht ohne gültige Authentifizierung durchgeführt werden. Wie die Authentifizierung durchgeführt werden soll, wird im „WWW-Authenticate“-Header-Feld der Antwort übermittelt.</p>
<p class="quote_source"><a href="https://de.wikipedia.org/wiki/HTTP-Statuscode#4xx_.E2.80.93_Client-Fehler">Wikipedia</a></p>
</blockquote>
</main>
{{ super() }}
{% endblock %}