mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-25 14:59:21 +01:00
Merge pull request #312 from sysadminsmedia/tonya/improve-404-page
Improve 404 page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<main class="grid min-h-screen w-full place-items-center bg-blue-100">
|
||||
<main class="grid min-h-screen w-full place-items-center">
|
||||
<slot></slot>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
@@ -8,8 +8,9 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="flex flex-col text-center font-extrabold text-blue-500">
|
||||
<h1 class="flex flex-col text-center font-extrabold">
|
||||
<span class="text-7xl">404.</span>
|
||||
<span class="mt-5 text-5xl"> Page Not Found </span>
|
||||
<NuxtLink to="/" class="btn mt-5 text-xl"> Return Home </NuxtLink>
|
||||
</h1>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user