Skip to content

Instantly share code, notes, and snippets.

@fpigeonjr
Last active March 19, 2021 13:42
Show Gist options
  • Save fpigeonjr/4be9cc903b6f476c49c3f3a71abdc0c3 to your computer and use it in GitHub Desktop.
Save fpigeonjr/4be9cc903b6f476c49c3f3a71abdc0c3 to your computer and use it in GitHub Desktop.
Borden Books Template
<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