Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAnunesS authored Aug 27, 2024
0 parents commit 0d75c50
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
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>

0 comments on commit 0d75c50

Please sign in to comment.