We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7ee04 commit 4326232Copy full SHA for 4326232
index.html
@@ -0,0 +1,27 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Under Development</title>
7
+ <style>
8
+ body {
9
+ display: flex;
10
+ justify-content: center;
11
+ align-items: center;
12
+ height: 100vh;
13
+ margin: 0;
14
+ font-family: Arial, sans-serif;
15
+ background-color: #f0f0f0;
16
+ }
17
+ .message {
18
+ text-align: center;
19
+ font-size: 24px;
20
+ color: #333;
21
22
+ </style>
23
+</head>
24
+<body>
25
+ <div class="message">Under Development</div>
26
+</body>
27
+</html>
0 commit comments