mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-03-02 02:56:22 +00:00
feat: full site
This commit is contained in:
6
theme/_nothing_here.html.erb
Normal file
6
theme/_nothing_here.html.erb
Normal 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>
|
||||
Reference in New Issue
Block a user