remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 15:10:27 -06:00
parent 16c38cf6c1
commit 7105b45099
1 changed files with 8 additions and 8 deletions

View File

@ -7,14 +7,14 @@
{% block pagetype %}error-401{% endblock %}
{% block content %}
<div class="row justify-content-center">
<div class="col-10 col-md-5">
<div class="text-center px-3 my-8">
<img loading="lazy" class="mb-2" src="/assets/images/emojis/marseymerchant.webp?v=1">
<h1 class="h5">401 Not Authorized</h1>
<p class="text-muted">This page is only available to {% if "rama" in request.host %}paypigs{% else %}patrons{% endif %}:</p>
<a rel="nofollow noopener noreferrer" href="{{'GUMROAD_LINK' | app_config}}">{{'GUMROAD_LINK' | app_config}}</a>
</div>
<div class="col-span-full h-screen flex items-center justify-center">
<div class="md:max-w-xl text-center">
<img loading="lazy" src="/assets/images/emojis/marseymerchant.webp?v=1" class="w-14 h-14 object-contain mb-4">
<h1 class="h5">401 Not Authorized</h1>
<p class="text-gray-500 mb-3">
This page is only available to {% if "rama" in request.host %}paypigs{% else %}patrons{% endif %}:
</p>
<a rel="nofollow noopener noreferrer" href="{{'GUMROAD_LINK' | app_config}}" class='btn btn-gray'>{{'GUMROAD_LINK' | app_config}}</a>
</div>
</div>
{% endblock %}