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