Add SHSF badge to header for project visibility

This commit is contained in:
Space-Banane
2026-04-01 17:48:17 +02:00
parent 520aa607f3
commit c6eb7bcac4

View File

@@ -20,7 +20,12 @@
<body class="min-h-screen flex flex-col items-center justify-center p-4">
<div class="max-w-2xl w-full space-y-8 text-center">
<header>
<h1 class="text-4xl font-extrabold tracking-tight text-white mb-2">StreamShot</h1>
<h1 class="text-4xl font-extrabold tracking-tight text-white mb-2">
StreamShot
<a href="https://github.com/Space-Banane/shsf" target="_blank" class="inline-block align-middle ml-2">
<img src="https://github.com/Space-Banane/Space-Banane/blob/main/WORKS%20WITH%20SHSF%20-%20BLURPLE%20TEXT.png?raw=true" height="28" class="h-7" alt="Works with SHSF">
</a>
</h1>
<p class="text-slate-400">Capture a high-quality frame from any YouTube livestream</p>
</header>