Skip to content

Commit

Permalink
Merge pull request #4 from shriekdj/edits
Browse files Browse the repository at this point in the history
Changed the index.html and Added the Header and Navbar Separately
  • Loading branch information
shriekdj authored Feb 10, 2022
2 parents 94d448f + 7dafb09 commit c4c3355
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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 c4c3355

Please sign in to comment.