Skip to content

Commit aa85a15

Browse files
committed
Initial commit
0 parents  commit aa85a15

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

index.html

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

styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<style>
2+
div {
3+
max-width: 500px;
4+
height: 100px;
5+
background-color: powderblue;
6+
}
7+
</style>

0 commit comments

Comments
 (0)