Skip to content

Commit

Permalink
Update img path names to new main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthmoog authored Jul 10, 2023
1 parent 64c2301 commit 5f8af99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ <h1>Book By A Cover</h1>
<p>This CSS project recreates book covers using HMTL and CSS.</p>

<ul>
<li><a href="./how_to_cake_it.html"><img src="https://github.com/ruthmoog/book_by_a_cover/raw/master/screenshots/ss_howtocakeit.png"/></a></li>
<li><a href="./the_outsiders_50.html"><img src="https://github.com/ruthmoog/book_by_a_cover/raw/master/screenshots/ss_theoutsiders.png"/></a></li>
<li><a href="./our_garden_birds.html"><img src="https://github.com/ruthmoog/book_by_a_cover/raw/master/screenshots/ss_ourgardenbirds.png"/></a></li>
<li><a href="./how_to_cake_it.html"><img src="https://github.com/ruthmoog/book_by_a_cover/raw/main/screenshots/ss_howtocakeit.png"/></a></li>
<li><a href="./the_outsiders_50.html"><img src="https://github.com/ruthmoog/book_by_a_cover/raw/main/screenshots/ss_theoutsiders.png"/></a></li>
<li><a href="./our_garden_birds.html"><img src="https://github.com/ruthmoog/book_by_a_cover/raw/main/screenshots/ss_ourgardenbirds.png"/></a></li>
</ul>
</body>
</html>

0 comments on commit 5f8af99

Please sign in to comment.