We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fd64d commit ee65fc5Copy full SHA for ee65fc5
1 file changed
Index.html
@@ -0,0 +1,38 @@
1
+
2
3
+```html
4
+<!DOCTYPE html>
5
+<html lang="sw">
6
+<head>
7
+ <meta charset="UTF-8" />
8
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
9
+ <title>Erick Brand - Coming Soon</title>
10
+ <style>
11
+ body {
12
+ background-color: #0033cc;
13
+ color: #ffcc00;
14
+ font-family: Arial, sans-serif;
15
+ display: flex;
16
+ justify-content: center;
17
+ align-items: center;
18
+ height: 100vh;
19
+ margin: 0;
20
+ text-align: center;
21
+ flex-direction: column;
22
+ }
23
+ h1 {
24
+ font-size: 4em;
25
26
27
+ p {
28
+ font-size: 1.5em;
29
+ margin-top: 10px;
30
31
+ </style>
32
+</head>
33
+<body>
34
+ <h1>Coming Soon!</h1>
35
+ <p>Erick Brand - Huduma za Ubunifu wa Graphics zipo njiani.</p>
36
+</body>
37
+</html>
38
+```
0 commit comments