DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: 5a5c2271fddd84eebe46773504e1a25f6d21a21c liljamo-dev-zola/templates/404.html -rw-r--r-- 184 bytes
5a5c2271Jonni Liljamo feat: a bit of text on the index page 9 months ago
                                                                                
1
2
3
4
5
6
{% extends "layouts/base.html" %}
{% block content %}
<div class="flex flex-col gap-1 items-center">
    <p class="font-bold text-xl lg:text-2xl">404</p>
</div>
{% endblock content %}