We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af4d05 commit 77177d7Copy full SHA for 77177d7
1 file changed
Update Index.html
@@ -0,0 +1,33 @@
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
+ text-align: center;
16
+ padding: 100px;
17
+ }
18
+ h1 {
19
+ font-size: 48px;
20
+ margin-bottom: 20px;
21
22
+ p {
23
+ font-size: 24px;
24
25
+ </style>
26
+</head>
27
+<body>
28
+ <h1>Coming Soon!</h1>
29
+ <p>Erick Brand - Huduma za Ubunifu wa Graphics zipo njiani!</p>
30
+</body>
31
+</html>
32
+```
33
0 commit comments