feat:custom 404 page

This commit is contained in:
coolnsx
2025-05-16 12:03:46 +05:30
parent 20955c2fc7
commit 34df846b74
4 changed files with 41 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
<title>{% block title %}{% endblock title %} - Coolans</title>
<link
rel="stylesheet"
href="{{ get_url(path='main.css') | safe }}"
href="{{ get_url(path='main.css') | safe }}?v={{ get_hash(path='main.css') }}"
/>
<script>
// Mobile menu toggle
@@ -27,7 +27,7 @@
<div class="fixed inset-0 bg-black/70 -z-5"></div>
<!-- Top Navigation -->
<nav class="sticky top-0 z-50 bg-transparent backdrop-blur-none py-4">
<nav class="sticky top-0 z-50 bg-transparent backdrop-blur py-4">
<div
class="container mx-auto px-4 flex justify-between items-center"
>
@@ -100,8 +100,7 @@
<div
class="px-6 py-4 rounded-2xl bg-gray-900/80 border border-gray-800 shadow-xl backdrop-blur-md text-center text-sm text-gray-400"
>
&copy; {{ now() | date(format="%Y") }} Coolans. All rights
reserved.
&copy; {{ now() | date(format="%Y") }} Coolans. Exhausted Presevance. No Rights Reserved.
</div>
</div>
</footer>