add: страницы ошибок
This commit is contained in:
31
dicquo/templates/403.html
Normal file
31
dicquo/templates/403.html
Normal file
@@ -0,0 +1,31 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block Title %}403: Доступ запрещен{% endblock %}
|
||||
|
||||
{% block CONTENT %}{% include "blocks/header_nav.html" %}
|
||||
<div class="container main-content">
|
||||
<!-- Основной контент: Текст + Картинка -->
|
||||
<div class="content-row">
|
||||
|
||||
<!-- Текстовая колонка -->
|
||||
<div class="text-col">
|
||||
<!-- Цитата -->
|
||||
<blockquote id="bb" style="border:none; margin:0; padding:0;">
|
||||
<span style="margin-left:-0.44em;">«</span>Вам сюда нельзя. Даже если очень хочется. Уходите!»
|
||||
</blockquote>
|
||||
|
||||
<!-- Автор -->
|
||||
<div id="author">
|
||||
<cite>Строгий Вахтёр (403)</cite>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Блок тегов и навигации -->
|
||||
<div class="tags">
|
||||
<a href="/">Уйти по-добру по-здорову</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user