mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 13:24:36 +01:00
19 lines
592 B
HTML
19 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>
|