refactor: 404 error page

This commit is contained in:
Methapon2001 2023-12-07 15:17:21 +07:00
parent bc594ae873
commit 00f0115bac
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -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="/"