Last active
March 19, 2021 13:42
-
-
Save fpigeonjr/4be9cc903b6f476c49c3f3a71abdc0c3 to your computer and use it in GitHub Desktop.
Borden Books Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="book_detail"> | |
<h2 id="bookTitle">My Awsome Title</h2> | |
<img src="https://via.placeholder.com/350x150" alt="book image" id="bookImage"> | |
<p><a href="#" id="epubLink">My Awesome epub link</a></p> | |
<p><a href="#" id="mobiLink">My Awesome mobi link</a></p> | |
<h4>Contents</h4> | |
<p>My Awesome Content</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment