Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenbadhan27 committed Jul 14, 2021
1 parent a52ebd4 commit d2c22fd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions node1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
</head>
<body>
<a href="/">Home</a>
<a href="/About">About</a>
<a href="/Contact">Contact</a>


<h1>Hello, welcome to Home</h1>




</body>
</html>

0 comments on commit d2c22fd

Please sign in to comment.