Skip to content

Commit

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

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




</body>
</html>

0 comments on commit a52ebd4

Please sign in to comment.