-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scoring profiles & structure changes & home & bug fixs
- Loading branch information
Showing
27 changed files
with
907 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export default function NotFound() { | ||
return ( | ||
<div className='flex flex-col items-center justify-center h-[90vh] text-black'> | ||
<h1 className='text-4xl font-bold'>404</h1> | ||
<h2 className='text-2xl font-medium'>Page not found</h2> | ||
</div> | ||
); | ||
} |
Oops, something went wrong.