Added some .github-Files

This commit is contained in:
2025-01-28 16:12:48 +01:00
parent 69e605fc93
commit 6c52a489c1
5 changed files with 148 additions and 3 deletions

View File

@@ -36,15 +36,15 @@ console.log('%c Wenn du nicht 100% weißt, was du tust, schließe dieses Fenster
<div class="max-w-screen-xl px-4 py-8 mx-auto text-center lg:py-16 lg:px-6">
<dl class="grid max-w-screen-md gap-8 mx-auto text-gray-900 sm:grid-cols-3 dark:text-white">
<div class="flex flex-col items-center justify-center">
<dt class="mb-2 text-3xl md:text-4xl font-extrabold">3.543</dt>
<dt class="mb-2 text-3xl md:text-4xl font-extrabold">27</dt>
<dd class="font-light text-gray-500 dark:text-gray-400">Parks</dd>
</div>
<div class="flex flex-col items-center justify-center">
<dt class="mb-2 text-3xl md:text-4xl font-extrabold">453.567</dt>
<dt class="mb-2 text-3xl md:text-4xl font-extrabold">400</dt>
<dd class="font-light text-gray-500 dark:text-gray-400">Achterbahnen</dd>
</div>
<div class="flex flex-col items-center justify-center">
<dt class="mb-2 text-3xl md:text-4xl font-extrabold">5</dt>
<dt class="mb-2 text-3xl md:text-4xl font-extrabold">785</dt>
<dd class="font-light text-gray-500 dark:text-gray-400">Datenbankeinträge</dd>
</div>
</dl>