Inital commit
This commit is contained in:
14
templates/error/jserror.eta.html
Normal file
14
templates/error/jserror.eta.html
Normal 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>
|
Reference in New Issue
Block a user