We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 9c69ab5Copy full SHA for 9c69ab5
index.html
@@ -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