Skip to content

Commit 77177d7

Browse files
Update Index.html
1 parent 6af4d05 commit 77177d7

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Update Index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)