Base Login

This commit is contained in:
ThienPhamVan
2026-03-25 10:06:01 +07:00
commit 3a2e16cf19
81 changed files with 27983 additions and 0 deletions

22
pages/notice.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<div class="columns is-centered mt-6 mx-3">
<div class="column is-6">
<div class="mb-5">
<Logo></Logo>
</div>
<section class="hero">
<div class="hero-body px-3 pt-3">
<article class="message is-primary">
<div class="message-body fs-16 has-background-white">
<p><strong>Website của chúng tôi đang trong quá trình xây dựng. Vui lòng trở lại sau</strong></p>
<p class="mt-4">Xin cảm ơn.</p>
</div>
</article>
</div>
</section>
</div>
</div>
</template>
<script>
export default {};
</script>