mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
feat:custom 404 page
This commit is contained in:
@@ -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"
|
||||
>
|
||||
© {{ now() | date(format="%Y") }} Coolans. All rights
|
||||
reserved.
|
||||
© {{ now() | date(format="%Y") }} Coolans. Exhausted Presevance. No Rights Reserved.
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user