This commit is contained in:
2025-02-18 12:14:13 +07:00
parent ece725197d
commit da61b39f4f
6 changed files with 55 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ export default function NotFound() {
<h1 className="font-bold text-8xl">404</h1>
</header>
<div className="">
Oh you lost, you know there's nothing here...
Oh you lost, you know there&apos;s nothing here...
</div>
</div>
</main>