Skip to content

Commit 9c69ab5

Browse files
Kapil DuttaKapil Dutta
authored andcommitted
First commit - HTML page
0 parents  commit 9c69ab5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Coderplex</title>
6+
<style>
7+
body {
8+
background-color: black;
9+
color: white;
10+
}
11+
img {
12+
display: block;
13+
margin-left: auto;
14+
margin-right: auto;
15+
width: 50%;
16+
}
17+
</style>
18+
</head>
19+
<body>
20+
<h1>Coderplex</h1>
21+
<img src="https://avatars.githubusercontent.com/u/64628657" alt="Coderplex logo">
22+
<p>Coderplex is an organization focused on educating and empowering developers from India.
23+
We help developers learn new skills, upskill themselves, and connect with other programmers.
24+
</p>
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)