Update & Security

This commit is contained in:
dyzulk
2023-09-22 02:07:36 +07:00
parent 01bbf11bbd
commit 19a8055eb9
12 changed files with 140 additions and 75 deletions

View File

@@ -0,0 +1,23 @@
<main class="h-full pb-16 overflow-y-auto">
<!-- Remove everything INSIDE this div to a really blank page -->
<div class="container px-6 mx-auto grid">
<h2
class="my-6 text-2xl font-semibold text-gray-700 dark:text-gray-200"
>
<?= $title; ?>
</h2>
<div class="grid gap-6 mb-8 md:grid-cols-2">
<div
class="min-w-0 p-4 bg-white rounded-lg shadow-xs dark:bg-gray-800"
>
<h4 class="mb-4 font-semibold text-gray-800 dark:text-gray-300">
Your Profile
</h4>
</div>
</div>
</div>
</main>
</div>
</div>
</body>
</html>