feat: add error page

This commit is contained in:
Suhas 2021-09-27 12:23:16 -05:00
parent 13b51b0150
commit e718ac6481
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<div class="flex flex-col justify-center items-center min-h-screen bg-blue-200">
<h1 class="text-4xl text-red-600">404</h1>
<h1 class="text-3xl">player not found</h1>
</div>