Skip to content

Commit

Permalink
add header and navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
shriekdj committed Feb 10, 2022
1 parent 774d94e commit 7dafb09
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
<header class="header">Website Header</header>
<nav>
<a href="#">Home</a><br />
<a href="#">About</a><br />
<a href="#">Contact</a><br />
</nav>
</body>
</html>

0 comments on commit 7dafb09

Please sign in to comment.