Skip to content
Snippets Groups Projects

Adds custom 404 Page

Closed Aman Gupta requested to merge bolleyboll/neoasknot:404 into main
1 unresolved thread
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
<div>
<h1 class="mt-8 text-4xl font-bold">Woops! - 404 PageNotFound</h1>
<div class="max-w-page mx-auto">
<p class="py-4 text-xl">The page you're looking for couldn't be found.</p>
</div>
</div>
Loading