File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < main class ="font-ig text-base grid surface-500 px-6 py-6 ">
2- < div class ="text-center shadow-elevation-4 pb-8 ">
3- < p class ="type-style-body-1 text-primary-600 "> 404</ p >
4- < h1 class ="type-style-h1 text-gray-900 "> Page not found</ h1 >
5- < p class ="type-style-body-1 text-gray-500 "> Sorry, we couldn’t find the page you’re looking for.</ p >
6- < div class ="mt-10 flex items-center justify-center gap-x-6 ">
7- < a href ="# " class ="type-style-button rounded-md bg-primary-500 text-primary-500-contrast px-3.5 py-2.5 shadow-elevation-2 hover:bg-primary-600 transition duration-150 ease-in-out "> Go back home</ a >
8- < a href ="# " class ="type-style-button text-gray-900 hover:text-primary-600 transition duration-150 ease-in-out "> Contact support < span aria-hidden ="true "> →</ span > </ a >
1+ < main class ="font-ig text-base grid bg-surface-500 px-6 py-6 ">
2+ < div class ="text-center shadow-elevation-24 p-24 rounded-lg ">
3+ < h3 class ="type-style-h3 text-secondary-600 font-light "> 404</ h3 >
4+ < h3 class ="type-style-h3 text-gray-800 uppercase font-bold ">
5+ Page not found
6+ </ h3 >
7+ < p class ="type-style-body-1 text-gray-600 ">
8+ Sorry, we couldn’t find the page you’re looking for.
9+ </ p >
10+ < div class ="mt-10 flex items-center justify-center gap-x-6 mb-16 ">
11+ < a
12+ href ="# "
13+ class ="type-style-button rounded-md bg-secondary-500 text-secondary-500-contrast px-3.5 py-2.5 shadow-elevation-2 hover:bg-secondary-600 transition duration-150 ease-in-out "
14+ > Go back home</ a
15+ >
16+ < a
17+ href ="# "
18+ class ="type-style-button text-gray-800 hover:text-secondary-600 transition duration-150 ease-in-out "
19+ > Contact support < span aria-hidden ="true "> →</ span > </ a
20+ >
21+ </ div >
922 </ div >
10- </ div >
1123</ main >
You can’t perform that action at this time.
0 commit comments