-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.88 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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">
<link rel="apple-touch-icon" sizes="180x180" href="https://oss.dynatrisoft.com/favicon/apple-touch-icon.png?v=00890">
<link rel="icon" type="image/png" sizes="32x32" href="https://oss.dynatrisoft.com/favicon/favicon-32x32.png?v=00890">
<link rel="icon" type="image/png" sizes="16x16" href="https://oss.dynatrisoft.com/favicon/favicon-16x16.png?v=00890">
<link rel="manifest" href="https://oss.dynatrisoft.com/favicon/site.webmanifest?v=00890">
<link rel="mask-icon" href="https://oss.dynatrisoft.com/favicon/safari-pinned-tab.svg?v=00890" color="#ea5b5b">
<link rel="shortcut icon" href="https://oss.dynatrisoft.com/favicon/favicon.ico?v=00890">
<meta name="apple-mobile-web-app-title" content="DynatriSoft">
<meta name="application-name" content="DynatriSoft">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="https://oss.dynatrisoft.com/favicon/mstile-144x144.png?v=00890">
<meta name="msapplication-config" content="https://oss.dynatrisoft.com/favicon/browserconfig.xml?v=00890">
<meta name="theme-color" content="#ffffff">
</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>