Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
Hello bharat kumar
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bharat Kumar</title>
<style>
body {
background-color: #f0f0f0;
font-family: Arial, sans-serif;
padding: 100px;
text-align: center;
}
h1 {
color: #222;
}
</style>
</head>
<body>
<h1> Bharat Kumar </h1>
<p>This is your GitHub Pages website. Nice job getting it live!</p>
</body>
</html>