Files
fabula-ultima-html/html/1.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

62 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Natural Fantasy Atlas - Fabula Ultima</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<main>
<header>
<h1>The Natural Fantasy Atlas</h1>
<h2>For Fabula Ultima</h2>
</header>
<section id="introduction">
<h3>Embrace the Cycle of Nature</h3>
<p>The outside world is vast, and the sins of the past are many. Hold tight to each other, and never stop dreaming! <strong>Fabula Ultima</strong> will bring you into worlds deeply permeated by the cycles of time and nature, where young heroes face the consequences of past mistakes and demonstrate that history does not have to repeat itself, creating a brave future of coexistence, much like in classic JRPGs!</p>
</section>
<section id="features">
<h2>Key Features Include:</h2>
<ul>
<li>
<strong>Dive into a new JRPG subgenre</strong>
<p>Based upon harmony and change with 4 new Classes (Floralist, Gourmet, Invoker, and Merchant) and new Heroic Skills to create even more combinations!</p>
</li>
<li>
<strong>10 Natural Fantasy Locations</strong>
<p>Archetypal settings with tips and hints for playing an intense natural fantasy campaign, or which you can use as inspiration to breathe life into your world.</p>
</li>
<li>
<strong>Craft Equipment and Tools</strong>
<p>Create equipment and tools with any materials you gather, using the rules for custom weapons and forging.</p>
</li>
<li>
<strong>Introduce Quirks</strong>
<p>Optional rules that add even more depth to your characters, allowing a break to share a convivial moment with camp activities.</p>
</li>
<li>
<strong>5 Villains</strong>
<p>Challenging new bosses of increasing power to use in your adventures, providing your players with tougher and more exciting challenges.</p>
</li>
<li>
<strong>208 Full-Color Pages</strong>
<p>Featuring manga and chibi-style illustrations from international artists.</p>
</li>
</ul>
</section>
<div class="metadata">
<p>ATLAS: NATURAL FANTASY</p>
<p>A game by Emanuele Galletto</p>
<p>ISBN 979-12-5598-104-6 | fabulaultima.com</p>
<p>&copy; Fabula Ultima 2021-2026 Need Games and Rooster Games.</p>
</div>
</main>
</body>
</html>