mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix 404
This commit is contained in:
parent
949e845257
commit
8bd7efa96f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="flex flex-col justify-center items-center min-h-[88vh]">
|
||||
<h1 class="font-bold !text-9xl">404</h1>
|
||||
<h2 class="!text-2xl" v-t="'info.page_not_found'" />
|
||||
<a class="btn mt-16" href="/" v-t="'actions.back_to_home'" />
|
||||
<h1 class="font-bold !text-[170rem] mb-[-6vh]">404</h1>
|
||||
<h2 class="!text-[40rem]" v-t="'info.page_not_found'" />
|
||||
<a class="btn mt-128" href="/" v-t="'actions.back_to_home'" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue