File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < link rel ="stylesheet " href ="styles.css ">
3
+ < html lang ="en ">
4
+ < head >
5
+ < meta charset ="UTF-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < title > My GitHub Page</ title >
8
+ </ head >
9
+ < body >
10
+ < h1 > Welcome to My GitHub Page</ h1 >
11
+ < p > This is my personal website where I showcase my projects and skills.</ p >
12
+ < h2 > About Me</ h2 >
13
+ < p > This is my GitHub account where I collaborate on repositories for different projects.</ p >
14
+ < h2 > Projects</ h2 >
15
+ < p > I have worked on various projects spanning across different tech domains.</ p >
16
+ < h2 > Contact</ h2 >
17
+ < p > You can reach out to me at
[email protected] </ p >
18
+ </ body >
19
+ </ html >
20
+
Original file line number Diff line number Diff line change
1
+ <style>
2
+ div {
3
+ max- width: 500px;
4
+ height: 100px;
5
+ background- color : powderblue;
6
+ }
7
+ </ style>
You can’t perform that action at this time.
0 commit comments