Skip to content

Commit

Permalink
add main and footer section
Browse files Browse the repository at this point in the history
Intentionally negleted the aside section
  • Loading branch information
shriekdj committed Feb 11, 2022
1 parent c4c3355 commit f2681a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@
<title>Hello World</title>
</head>
<body>
<div class="wrapper">
<header class="header">Website Header</header>
<nav>
<a href="#">Home</a><br />
<a href="#">About</a><br />
<a href="#">Contact</a><br />
</nav>
</div>

<!-- Main Section -->
<main class="main">
Main Section
</main>

<!-- Footer Section -->
<footer class="footer">
Footer Section
</footer>
</body>
</html>

0 comments on commit f2681a7

Please sign in to comment.