mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-16 23:30:27 +05:30
8 lines
287 B
Vue
8 lines
287 B
Vue
<template>
|
|
<div class="min-h-[88vh] flex flex-col items-center justify-center">
|
|
<h1 class="font-bold !text-9xl">404</h1>
|
|
<h2 v-t="'info.page_not_found'" class="!text-2xl" />
|
|
<a v-t="'actions.back_to_home'" class="btn mt-16" href="/" />
|
|
</div>
|
|
</template>
|