28 lines
1.3 KiB
HTML
28 lines
1.3 KiB
HTML
<div class="row justify-content-center align-items-center g-5">
|
|
<div class="col-12 col-lg-6 text-center order-lg-1">
|
|
<img class="img-fluid w-lg-100 d-dark-none"
|
|
src="{% static 'images/spot-illustrations/403-illustration.png' %}"
|
|
alt=""
|
|
width="400" />
|
|
<img class="img-fluid w-md-50 w-lg-100 d-light-none"
|
|
src="{% static '/images/spot-illustrations/dark_403-illustration.png' %}"
|
|
alt=""
|
|
width="540" />
|
|
</div>
|
|
<div class="col-12 col-lg-6 text-center text-lg-start">
|
|
<img class="img-fluid mb-6 w-50 w-lg-75 d-dark-none"
|
|
src="{% static 'images/spot-illustrations/403.png' %}"
|
|
alt="" />
|
|
<img class="img-fluid mb-6 w-50 w-lg-75 d-light-none"
|
|
src="{% static '/images/spot-illustrations/dark_403.png' %}"
|
|
alt="" />
|
|
<h2 class="text-body-secondary fw-bolder mb-3">{% trans "Access Forbidden!" %}</h2>
|
|
<p class="text-body mb-5">
|
|
{% trans "Halt! Thou art endeavouring to trespass upon a realm not granted unto thee." %}
|
|
<br class="d-none d-md-block d-lg-none" />
|
|
{% trans "granted unto thee." %}"
|
|
</p>
|
|
<a class="btn btn-lg btn-phoenix-primary" href="{% url 'home' %}">{% trans "Go Home" %}</a>
|
|
</div>
|
|
</div>
|