diff options
Diffstat (limited to 'src/pages/index.html')
| -rw-r--r-- | src/pages/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.html b/src/pages/index.html index f215494..441b440 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -32,8 +32,8 @@ <h1 class="text-2xl first-letter:capitalize">Про телеграмчик и Дурова</h1> <div class="flex flex-wrap gap-2 mt-2"> <time class="text-zinc-600 text-sm">UTC 20:32 03.10.25</time> - <a href="#" class="flex items-center justify-center bg-sky-200 rounded-lg px-1.5 text-sky-600 first-letter:capitalize hover:underline text-xs">telegram</a> - <a href="#" class="flex items-center justify-center bg-amber-200 rounded-lg px-1.5 text-amber-600 first-letter:capitalize hover:underline text-xs">приватность</a> + <a href="/cgi/tags.cgi?tag=telegram" class="flex items-center justify-center bg-sky-200 rounded-lg px-1.5 text-sky-600 first-letter:capitalize hover:underline text-xs">telegram</a> + <a href="/cgi/tags.cgi?tag=приватность" class="flex items-center justify-center bg-amber-200 rounded-lg px-1.5 text-amber-600 first-letter:capitalize hover:underline text-xs">приватность</a> </div> </header> <main class="space-y-2 mt-4"> |
