mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-03 02:42:34 +02:00
Added header to 404 page
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{% extends 'layouts/app.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div id="content" class="container flex flex-col justify-center items-center h-screen mx-auto px-4">
|
||||
<p class="font-sans font-light text-4xl text-gray-600">
|
||||
404 • Not Found
|
||||
</p>
|
||||
<div class="flex flex-col h-screen">
|
||||
{% include 'components/header.twig' %}
|
||||
|
||||
<div id="content" class="flex-grow container flex justify-center items-center mx-auto px-4">
|
||||
<p class="font-sans font-light text-4xl text-gray-600">
|
||||
404 • Not Found
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user