File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ margin : 0 ;
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+ ```
You can’t perform that action at this time.
0 commit comments