File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1- hi
1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ <!-- Hi curious person -->
5+ < title >
6+ Smartlinuxcoder's webpage</ title >
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8+ < meta name ="keywords " content ="Nothing, to, see, here ">
9+ < meta name ="description " content ="My website, bro. Nothing to see here ">
10+ < style >
11+ body {background-color : # ffffff ;background-repeat : no-repeat;background-position : top left;background-attachment : fixed;}
12+ h1 {font-family : Arial, sans-serif;color : # 000000 ;background-color : # ffffff ;}
13+ p {font-family : Georgia, serif;font-size : 14px ;font-style : normal;font-weight : normal;color : # 000000 ;background-color : # ffffff ;}
14+ </ style >
15+ </ head >
16+ < body >
17+ < h1 > Hi, this is my webpage</ h1 >
18+ < p > Nothing to see here</ p >
19+ < p > website very WIP</ p >
20+ </ body >
21+ </ html >
You can’t perform that action at this time.
0 commit comments