work on book 2, also redo of the book title, and code name for Phelan

This commit is contained in:
2026-03-16 13:23:32 -05:00
parent 1b8ecb5923
commit fd7ec3d778
22 changed files with 61 additions and 63 deletions

View File

@@ -18,7 +18,7 @@ HTML_TEMPLATE = """\
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Shade Series - Book 1: The Unbreakable Curse (Draft)</title>
<title>The Floundry Affair - A Phelan Varrant Novel (Draft)</title>
<style>
:root[data-theme="dark"] {{
--bg: #1a1a2e;
@@ -167,8 +167,8 @@ HTML_TEMPLATE = """\
<span id="theme-icon">&#9788;</span>
</button>
<div class="title-page">
<h1>The Unbreakable Curse</h1>
<div class="subtitle">Book 1 of The Shade Series</div>
<h1>The Floundry Affair</h1>
<div class="subtitle">A Phelan Varrant Novel — Book 1</div>
<div class="draft-notice">DRAFT - Chapters {chapter_label} - For Review Only</div>
</div>
{toc}