File tree 3 files changed +31
-0
lines changed
3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ import Layout from " ../layouts/Layout.astro" ;
3
+ ---
4
+
5
+ <Layout >
6
+ <h1 class =" mt-8 ml-4 text-xl" >
7
+ You are not authorized to enter this restricted area
8
+ </h1 >
9
+ <a class =" p-4 text-xl underline hover:text-white" href =" /"
10
+ >Back to the entrance</a
11
+ >
12
+ </Layout >
Original file line number Diff line number Diff line change
1
+ ---
2
+ import Layout from " ../layouts/Layout.astro" ;
3
+ ---
4
+
5
+ <Layout >
6
+ <h1 class =" mt-8 ml-4 text-xl" >This is a forbidden area</h1 >
7
+ <p class =" ml-4 text-xl" >You don't have the permission to be here</p >
8
+ <a class =" p-4 text-xl underline hover:text-white" href =" /"
9
+ >Back to the entrance</a
10
+ >
11
+ </Layout >
Original file line number Diff line number Diff line change
1
+ ---
2
+ import Layout from " ../layouts/Layout.astro" ;
3
+ ---
4
+
5
+ <Layout >
6
+ <h1 class =" mt-8 ml-4 text-xl" >We are facing some internal difficulties</h1 >
7
+ <p class =" ml-4 text-xl" >This is probably not your fault try again later</p >
8
+ </Layout >
You can’t perform that action at this time.
0 commit comments