diff options
| author | mnik01 <maksimgrinberg01@gmail.com> | 2025-10-06 01:04:56 +0500 |
|---|---|---|
| committer | mnik01 <maksimgrinberg01@gmail.com> | 2025-10-06 01:04:56 +0500 |
| commit | 5f6023411b4589bfb4cfc11ab77e86e04bd800f9 (patch) | |
| tree | 02127ed2a02b40374564657fd7fea98a4cf43291 /src/pages/index.html | |
| parent | 4c8a4ef099f716a0ace41a38c1867c3c09d0d236 (diff) | |
fixes
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"> |
