2024-08-11 15:15:07 +02:00
---
title: 403
---
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 erlaubt! <dfn>Forbidden</dfn></p>
<blockquote cite="https://de.wikipedia.org/wiki/HTTP-Statuscode#4xx_.E2.80.93_Client-Fehler">
<p>Die Anfrage wurde mangels Berechtigung des Clients nicht durchgeführt, bspw. weil der authentifizierte Benutzer nicht berechtigt ist, oder eine als HTTPS konfigurierte URL nur mit HTTP aufgerufen wurde.</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 %}