Skip to content

Commit dccb2dc

Browse files
committed
added more 404 page details
1 parent 11653b5 commit dccb2dc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

frontend/src/pages/404.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ export default function Custom404() {
66
<section className="flex flex-col min-h-screen justify-between py-8 xl:px-24 md:px-10 px-5 relative overflow-hidden">
77
<div className="items-center text-center">
88
<Navbar />
9-
<h1 className="text-5xl font-bold pt-24">
9+
<h1 className="text-5xl font-bold pt-24">404 - Page Not Found</h1>
10+
<p className="text-4xl pt-10">
1011
Sorry! We can't find the page you're looking for!
11-
</h1>
12-
<p className="text-3xl pt-10">While we may have found some tomfoolery,
13-
<br/> <br/>
14-
We haven't found your page :'(</p>
15-
<a href='/'>
12+
<br />
13+
</p>
14+
<p className="text-2xl pt-10">
15+
While we may have found some tomfoolery, we haven't found your page :'(
16+
</p>
17+
<a href="/">
1618
<button className="mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[30%] xl:h-12 h-10">
1719
Back to saftey
1820
</button>

0 commit comments

Comments
 (0)