Filip Kujawa | 3a0fbf3 | 2023-03-31 14:25:26 -0700 | [diff] [blame] | 1 | <script> |
| 2 | import { uid } from '$lib/store'; |
| 3 | let user_id = $uid; |
| 4 | </script> |
| 5 | |
| 6 | <section class="flex items-center h-full"> |
| 7 | <div class="container flex flex-col items-center justify-center px-5 mx-auto my-8"> |
| 8 | <div class="max-w-md text-center"> |
| 9 | <h2 class="mb-8 font-extrabold text-9xl text-primary"> |
| 10 | <span class="sr-only" />404 |
| 11 | </h2> |
| 12 | <p class="text-2xl font-semibold md:text-3xl pb-5">Uh Oh! Page not found! Error</p> |
| 13 | <a href="/"><button class="btn btn-primary">Back to homepage</button></a> |
| 14 | </div> |
| 15 | </div> |
| 16 | </section> |