Inital commit

This commit is contained in:
2022-03-06 18:36:36 +01:00
commit bedd69436b
175 changed files with 9965 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<div class="bg-gradient-to-r
from-purple-400
via-pink-500
to-red-500
animate-gradient-xy">
<div class="flex items-center justify-center h-screen">
<div class="text-black rounded-lg shadow-lg p-10 bg-gray-50 dark:bg-gray-800 dark:text-white text-center">
<h1 class="text-6xl">Awwww snap</h1>
<p class="text-4xl">Something went wrong.</p>
<p>Something on this page went wrong. This is not a problem with the server. Maybe try reloading?</p><br>
</div>
</div>