mirror of
https://github.com/tchartron/blow
synced 2024-11-26 22:30:23 +00:00
update
This commit is contained in:
parent
0773a8a1c8
commit
31d654d91f
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
{% block content %}
|
||||
<div class="flex items-center flex-col md:mt-40">
|
||||
<h1 class="text-xl text-bold">
|
||||
<h1 class="text-xl text-bold mb-4">
|
||||
404 Not Found
|
||||
</h1>
|
||||
<img class="rounded-full h-40 w-40" src="{{ config.extra.404.image }}" alt="">
|
||||
<img class="h-60 w-60" src="{{ config.extra.404.image }}" alt="">
|
||||
</div>
|
||||
|
||||
<!-- Content -->
|
||||
<div class="text-bold mt-2">
|
||||
<div class="flex justify-center text-xl text-bold mt-4">
|
||||
It seems that the content you're looking for was not found ...
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in a new issue