refactor: 404 error page
This commit is contained in:
parent
bc594ae873
commit
00f0115bac
1 changed files with 4 additions and 6 deletions
|
|
@ -7,15 +7,13 @@ export default defineComponent({
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div class="fullscreen bg-secondary text-center q-pa-md flex flex-center">
|
||||||
class="fullscreen bg-secondary text-white text-center q-pa-md flex flex-center"
|
|
||||||
>
|
|
||||||
<div>
|
<div>
|
||||||
<div class="text-h1">ไม่พบหน้าที่ต้องการ</div>
|
<div class="text-h1 text-primary text-weight-bold q-my-md">404</div>
|
||||||
<div class="text-h2">(404 Page Not Found)</div>
|
<div class="text-h3 text-grey q-mb-md">ไม่พบหน้าที่ต้องการ</div>
|
||||||
<q-btn
|
<q-btn
|
||||||
class="q-mt-xl"
|
class="q-mt-xl"
|
||||||
color="white"
|
color="primary"
|
||||||
text-color="secondary"
|
text-color="secondary"
|
||||||
unelevated
|
unelevated
|
||||||
to="/"
|
to="/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue