-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 0d75c50
Showing
1 changed file
with
17 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Under Maintenance</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> | ||
</head> | ||
<body class="bg-gray-900 flex items-center justify-center h-screen"> | ||
<div class="text-center"> | ||
<img src="https://s3.dynatrisoft.com/assets/logo/red.png" alt="DynatriSoft Logo" class="mx-auto mb-8 w-16 h-16"> | ||
<h1 class="text-white text-4xl font-bold mb-4">We’re Under Maintenance</h1> | ||
<p class="text-gray-300 text-lg mb-8">We’ll be back shortly with some exciting updates!</p> | ||
<p class="text-gray-400">Thank you for your patience.</p> | ||
</div> | ||
</body> | ||
</html> |