-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
119 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<div class="w-full h-[calc(100vh-30rem)] flex items-center justify-center px-4"> | ||
<div class="max-w-md w-full space-y-8"> | ||
<div class="text-center"> | ||
<h1 class="text-4xl font-bold text-gray-900 dark:text-gray-100 mb-2"><%- pageData.title %></h1> | ||
<p class="text-xl text-gray-600 dark:text-gray-400 mb-8"><%- pageData.message %></p> | ||
<a id="homeLink" | ||
href="/<%- pageData.language ? pageData.language : '' %>" | ||
class="inline-flex items-center px-4 py-2 border border-transparent | ||
text-base font-medium rounded-md text-white | ||
bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 | ||
focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | ||
<%- pageData.backLink %> | ||
</a> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters