2023-03-21 17:25:22 +00:00
|
|
|
<template>
|
2024-05-27 07:12:51 +00:00
|
|
|
<div class="flex min-h-screen items-center justify-center">
|
|
|
|
<div class="flex card flex-col items-center gap-8 sm:p-20">
|
|
|
|
<div class="flex flex-col sm:flex-row items-center justify-center gap-4 text-primary">
|
|
|
|
<span class="font-bold text-9xl"> 4 </span>
|
|
|
|
<div class="flex items-center justify-center bg-primary text-primary-contrast rounded-full w-28 h-28">
|
2024-06-13 06:43:29 +00:00
|
|
|
<i class="pi pi-prime !text-6xl"></i>
|
2023-03-21 17:25:22 +00:00
|
|
|
</div>
|
2024-05-27 07:12:51 +00:00
|
|
|
<span class="font-bold text-9xl"> 4 </span>
|
2023-03-21 17:25:22 +00:00
|
|
|
</div>
|
2024-06-13 06:43:29 +00:00
|
|
|
<div class="font-bold text-center text-4xl border-t border-surface pt-8">Page Not Found</div>
|
2024-05-27 07:12:51 +00:00
|
|
|
<NuxtLink to="/"><Button label="GO TO HOMEPAGE" /></NuxtLink>
|
|
|
|
</div>
|
2023-03-21 17:34:11 +00:00
|
|
|
</div>
|
2023-03-21 17:25:22 +00:00
|
|
|
</template>
|