-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path404.html
More file actions
14 lines (13 loc) · 764 Bytes
/
404.html
File metadata and controls
14 lines (13 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: default
permalink: /404.html
---
<div class="max-w-4xl mx-auto py-16 px-4 sm:px-6 lg:px-8 text-center">
<h1 class="text-6xl font-bold text-gray-300 dark:text-gray-600 mb-4">404</h1>
<h2 class="text-2xl font-semibold text-gray-900 dark:text-white mb-4">Page not found</h2>
<p class="text-gray-600 dark:text-gray-400 mb-8">The page you were looking for doesn't exist or has been moved.</p>
<a href="/" class="inline-flex items-center gap-2 px-6 py-3 bg-indigo-600 hover:bg-indigo-700 text-white font-medium rounded-lg transition-colors">
Go to Homepage
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
</a>
</div>