Files
speedboard/views/error.pug

8 lines
263 B
Plaintext
Raw Normal View History

extends layout
block content
div(class='text-center py-20')
h1(class='text-4xl font-bold text-red-600 mb-4')= title
p(class='text-gray-600 mb-6')= message
a(href='/' class='bg-indigo-600 text-white px-5 py-2 rounded hover:bg-indigo-700') Back Home