Update 404 page
This commit is contained in:
parent
f2b0431dc6
commit
cea22f2cc0
@ -4,13 +4,13 @@ const { t } = useI18n()
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<main p="x4 y10" text="center teal-700 dark:gray-200">
|
<main class="p-x4 p-y10 text-center text-teal-700 dark:text-gray-200">
|
||||||
<div text-4xl>
|
<div class="text-4xl">
|
||||||
<div i-carbon-warning inline-block />
|
<div class="i-carbon-warning inline-block" />
|
||||||
</div>
|
</div>
|
||||||
<RouterView />
|
<RouterView />
|
||||||
<div>
|
<div>
|
||||||
<button btn text-sm m="3 t8" @click="router.back()">
|
<button class="btn text-sm m-3 mt-8" @click="router.back()">
|
||||||
{{ t('button.back') }}
|
{{ t('button.back') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user