Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
made list
  • Loading branch information
mdr19002 committed Feb 17, 2020
1 parent a6d0603 commit 5452799
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Expand Up @@ -9,9 +9,11 @@
<body>
<h1>I love HTML5!</h1>
<nav>
<a href="wk2-about-me.html">Wk 2: About Me</a>
<a href="wk3_axit.html">Wk 3: AXIT Layout</a>
<a href="wk4_flexbox.html">Wk 4: Flexbox Practice</a>
<ul>
<li><a href="wk2-about-me.html">Wk 2: About Me</a></li>
<li><a href="wk3_axit.html">Wk 3: AXIT Layout</a></li>
<li><a href="wk4_flexbox.html">Wk 4: Flexbox Practice</a></li>
</ul>
</nav>
</body>
</html>

0 comments on commit 5452799

Please sign in to comment.