mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-05-24 02:02:32 -04:00
20 lines
592 B
HTML
20 lines
592 B
HTML
<html>
|
|
<head>
|
|
<title>A very short e-book</title>
|
|
<meta name="charset" value="utf-8" />
|
|
</head>
|
|
<body>
|
|
<h1 class="bookTitle">A very short e-book</h1>
|
|
<p style="text-align:right">Written by Kovid Goyal</p>
|
|
<div class="introduction">
|
|
<p>A very short e-book to demonstrate the use of XPath.</p>
|
|
</div>
|
|
|
|
<h2 class="chapter">Chapter One</h2>
|
|
<p>This is a truly fascinating chapter.</p>
|
|
|
|
<h2 class="chapter">Chapter Two</h2>
|
|
<p>A worthy continuation of a fine tradition.</p>
|
|
</body>
|
|
</html>
|