Files
fabula-ultima-html/html/193.html
Drew Malzahn c75cd188c1 feat: Add book viewer at /book with shared design system
- Add html/index.html: book viewer with auto-discovering sidebar,
  prev/next navigation, keyboard shortcuts, and URL hash persistence
- Add html/book-page.css: shared stylesheet for all book pages derived
  from fabula-ultima-sheet.css (dark theme, CSS variables, Cinzel/
  Crimson Text fonts, common class styles)
- Add book.js entry point so webpack injects the shared CSS into the
  book viewer; update webpack.config.js for two entry points, split
  CSS chunk, CopyWebpackPlugin for book pages, and /book dev server
  rewrite rule
- Add scripts/strip_watermark.py: removes "Guest Customer (Order
  #52072168)" watermark artifacts from all 210 book pages
- Add scripts/restyle_book.py: strips per-page <style> blocks and
  injects <link rel="stylesheet" href="book-page.css"> into all pages
- Update Justfile deploy to scp -r dist/* for the new /book subtree

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 03:36:35 +00:00

29 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Titania, Queen of Fairies</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<article>
<h1>Titania, Queen of Fairies</h1>
<section id="lore">
<p>Many legends tell how dangerous it is to strike a deal with fairies, the ancient beings who rule the woods of the shire. And with good reason. Its not their cunning, nor their knack of twisting every word to their own desires that makes them so fearsome; no, their most terrible weapon is time itself.</p>
<p>Mortals age and die, and their descendants often forget the ancient oaths or turn them into mere tales. But the fairy beings are untouched by the flow of the years and, if someone denies them their due, their fury is inextinguishable.</p>
</section>
<section id="story">
<h2>The Pact of Frosthill</h2>
<p>The villagers of <strong>Frosthill</strong> struck one such deal with Titania, the Queen of Fairies: every year, the Queen would grant plentiful crops and peaceful pastures but, in exchange, the inhabitants had to gift them three seeds from their favorite peach tree.</p>
<p>For three generations the villagers kept their word, but gradually forgot the true meaning of the ceremony, until they eventually disregarded it completely. And so the fury of the Queen struck them down, causing the flora of the same fields and pastures they had nurtured for years to grow beyond measure. This created a gigantic plant maze that has held the inhabitants hostage ever since, for the amusement of the fairy court. Its a magical domain, where day, night, and climate answer to Queens every whim.</p>
</section>
<div class="metadata-box">
<strong> Information:</strong> </div>
</article>
</body>
</html>