AstraOS Ver. 1.41:
All checks were successful
Deploy AstraOS Panel / deploy (push) Successful in 12s

- Beauty update zum Tracker
This commit is contained in:
elias 2026-06-07 13:52:20 +02:00
parent ed6ba9e658
commit d12204a726

View file

@ -8,7 +8,7 @@
<div id="searchSection" class="w-full flex flex-col items-center justify-center text-center my-12"> <div id="searchSection" class="w-full flex flex-col items-center justify-center text-center my-12">
<div class="mb-8"> <div class="mb-8">
<span class="px-3 py-1 bg-purple-500/10 text-purple-400 border border-purple-500/20 rounded-full text-xs font-semibold uppercase tracking-wider"> <span class="px-3 py-1 bg-purple-500/10 text-purple-400 border border-purple-500/20 rounded-full text-xs font-semibold uppercase tracking-wider">
Live Match Analytics AyranTracker
</span> </span>
<h1 class="text-3xl md:text-4xl font-black mt-4 mb-2 tracking-tight uppercase"> <h1 class="text-3xl md:text-4xl font-black mt-4 mb-2 tracking-tight uppercase">
<span class="text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-violet-300">Stalk</span> deine Gegner <span class="text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-violet-300">Stalk</span> deine Gegner
@ -21,7 +21,7 @@
<input type="text" id="riotInput" placeholder="Riot ID #TAG (z.B. Drax#SWEAT)" required class="w-full bg-slate-900/90 border border-purple-900/40 rounded-lg px-4 py-3 text-sm text-white focus:outline-none focus:border-purple-500 text-center sm:text-left"> <input type="text" id="riotInput" placeholder="Riot ID #TAG (z.B. Drax#SWEAT)" required class="w-full bg-slate-900/90 border border-purple-900/40 rounded-lg px-4 py-3 text-sm text-white focus:outline-none focus:border-purple-500 text-center sm:text-left">
</div> </div>
<button type="submit" class="bg-purple-600 hover:bg-purple-700 text-white text-sm font-bold px-6 py-3 rounded-lg uppercase tracking-wider transition whitespace-nowrap"> <button type="submit" class="bg-purple-600 hover:bg-purple-700 text-white text-sm font-bold px-6 py-3 rounded-lg uppercase tracking-wider transition whitespace-nowrap">
Analyse SEARCH
</button> </button>
</form> </form>
</div> </div>