Skip to content

Commit

Permalink
Merge pull request #29 from mershark/feature/finalTouches
Browse files Browse the repository at this point in the history
Add final styles
  • Loading branch information
hamidazim321 authored Aug 1, 2023
2 parents 7405266 + 562c369 commit 222803c
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 14 deletions.
8 changes: 4 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
</div>
<ul id="nav-list">
<li class="nav"><a href="#" id="nav-dishes">Dishes</a></li>
<li class="nav"><a href="#">Page2</a></li>
<li class="nav"><a href="#">Page3</a></li>
<li class="nav"><a href="#">Contacts</a></li>
<li class="nav"><a href="#">About</a></li>
</ul>
</nav>
<footer>
<main id="meals"></main>
<footer>
<div>
<p>
Created by Hamid and Mershark under CC License
</p>
</div>
</footer>
<main id="meals"></main>
</body>
</html>
Loading

0 comments on commit 222803c

Please sign in to comment.