14 lines
513 B
HTML
14 lines
513 B
HTML
<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> |