Skip to content

Commit

Permalink
0.1.19
Browse files Browse the repository at this point in the history
nav correction test bed
  • Loading branch information
EDU-MDAnderson committed Sep 24, 2023
1 parent d1665b3 commit 7f00563
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion week01/lesson1/holygrail.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<h1 contenteditable>Header.com</h1>
</header>
<nav>Main Navigation
<li><a href="/wdd230/index.html" class="active">Home</a></li>
<li><a href="/wdd230/index.html" class="active">/wdd230/index</a></li>
<li><a href="https://edu-mdanderson.github.io/wdd230/index.html" class="active">link</a></li>
<li><a href="../wdd230/index.html" class="active">../wdd230/index</a></li>
<li><a href="../index.html" class="active">../index.html</a></li>
</nav>
<main contenteditable></main>
<div class="right-sidebar" contenteditable>Right Sidebar</div>
Expand Down

0 comments on commit 7f00563

Please sign in to comment.