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
9 changes: 5 additions & 4 deletions Lecture0 Git/hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<!Doctype html>
<html>
<head>
<title>My first Web app</title>
</head>
<title>My First Web App</title>
</head>
<body>
<h1>Hello Rishabh </h1>
<h1> welcome to git and github </h1>
<h1>Hello Rishabh</h1>
<h2>Welcome to git and github</h2>
<h3>Welcome to Programming World</h3>
</body>
</html>