UNPKG

epubjs

Version:
76 lines (63 loc) 2.24 kB
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>ePubJS Examples</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="stylesheet" type="text/css" href="examples.css"> <style type="text/css"> body { font-size: 1em; line-height: 1.33em; font-family: serif; } h1 { text-align: center; font-size: 1.5em; line-height: 1.33em; text-align: center; padding-bottom: 0em; text-align: center; text-transform: uppercase; font-weight: normal; letter-spacing: 4px; padding-top: 60px; } ol { width: 350px; margin: 50px auto; } a { font-size: 1.2em; line-height: 1.33em; color: #000; } </style> </head> <body> <div id="main"> <div id="book-wrapper"> <div id="book-viewer"> <h1>Examples</h1> <ol> <li><a href="spreads.html">Spreads</a></li> <li><a href="archived.html">Archived</a></li> <li><a href="scrolled.html">Scrolled Doc</a></li> <li><a href="continuous-spreads.html">Spreads Continuous</a></li> <li><a href="continuous-scrolled.html">Scrolled Continuous</a></li> <li><a href="swipe.html">Swipe</a></li> <li><a href="input.html">Open from File</a></li> <li><a href="renderless.html">Renderless</a></li> <li><a href="hooks.html">Hooks</a></li> <li><a href="highlights.html">Highlights</a></li> <li><a href="annotator.html">Annotator</a></li> <!-- <li><a href="hypothesis.html">Annotations with Hypothes.is</a></li> --> </ol> </div> </div> </div> </body> </html>