feat: full site

This commit is contained in:
2025-09-21 23:31:15 +03:00
parent 6de65bca11
commit c63ef78b03
38 changed files with 1541 additions and 1481 deletions

View File

@@ -0,0 +1,6 @@
<main class="flex flex-1 flex-col gap-8">
<div class="rounded-2xl border border-slate-200 bg-white/80 p-8 text-center shadow-sm ring-1 ring-black/5 backdrop-blur dark:border-slate-700 dark:bg-slate-900/80 dark:ring-white/10">
<h2 class="text-2xl font-semibold tracking-tight mb-4">No formulae available</h2>
<p class="text-slate-600 dark:text-slate-300">This tap currently has no formulae. Please check back later.</p>
</div>
</main>