Add backup file
parent
e96f2070e1
commit
563e5a7e3c
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<div class="h-screen flex 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" style="font-size: 144px"> 4 </span>
|
||||
<div class="flex items-center justify-center bg-primary text-primary-contrast rounded-full w-32 h-32">
|
||||
<i class="pi pi-prime" style="font-size: 4.5rem"></i>
|
||||
</div>
|
||||
<span class="font-bold" style="font-size: 144px"> 4 </span>
|
||||
</div>
|
||||
<div class="font-bold text-center text-4xl border-t border-surface-200 dark:border-surface-700 pt-8">PAGE NOT FOUND</div>
|
||||
<NuxtLink to="/" class="p-button"> <span class="p-button-label">GO TO HOMEPAGE </span> </NuxtLink>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
|
@ -3,7 +3,6 @@
|
|||
<div class="doc-intro">
|
||||
<h1>Templates</h1>
|
||||
<p>Highly customizable application templates to get started in no time with style. Designed and implemented by PrimeTek.</p>
|
||||
<Button style="display: none" />
|
||||
</div>
|
||||
|
||||
<div class="templates-page grid grid-cols-12 gap-4">
|
||||
|
|
Loading…
Reference in New Issue