Skip to content

Commit db6aee0

Browse files
rewrite ui
1 parent 634e4fc commit db6aee0

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

error.hbs

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{{!< default}}
22

33
<section class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
4+
45
<div class="mx-auto max-w-screen-sm text-center">
5-
<h1
6-
class="mb-4 text-7xl tracking-tight font-extrabold lg:text-9xl text-primary-600 dark:text-primary-500"
7-
>
8-
{{statusCode}}
6+
7+
<h1 class="mb-4 text-7xl tracking-tight font-extrabold lg:text-9xl text-primary-600 dark:text-primary-500">
8+
{{statusCode}}
99
</h1>
10+
1011
<p class="mb-4 text-lg font-light text-gray-500 dark:text-gray-400">
11-
{{message}}
12+
{{message}}
1213
</p>
1314

14-
<a href="/" class="mt-10 text-center w-46 m-auto my-20 p-3 bg-black text-white items-center rounded-lg"
15-
>Home</a>
15+
<a href="/" class="mt-10 text-center w-46 m-auto my-20 p-3 bg-black text-white items-center rounded-lg">
16+
Home
17+
</a>
18+
1619
</div>
20+
1721
</section>

0 commit comments

Comments
 (0)