chore: More formatting

This commit is contained in:
2026-06-07 00:30:21 +00:00
parent b4ee0eb212
commit 54d560980b
328 changed files with 39026 additions and 9988 deletions

View File

@@ -1,49 +1,66 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Barren Wastes</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<link rel="stylesheet" href="book-page.css" />
</head>
<header>
<h1>The Barren Wastes</h1>
<p><em>A semi-arid, enigmatic expanse</em></p>
</header>
<header>
<h1>The Barren Wastes</h1>
<p><em>A semi-arid, enigmatic expanse</em></p>
</header>
<p>
Beyond the borders of known lands lies a barren waste, an arid desert. Under
its reddish sands lie buried the remains of many failed attempts at
surpassing humanitys limits. However, this inhospitable territory isnt
completely devoid of life, and over the years, the local people have adapted
to adversity, learning to survive and find beauty in this hostile and
enigmatic land.
</p>
<p>Beyond the borders of known lands lies a barren waste, an arid desert. Under its reddish sands lie buried the remains of many failed attempts at surpassing humanitys limits. However, this inhospitable territory isnt completely devoid of life, and over the years, the local people have adapted to adversity, learning to survive and find beauty in this hostile and enigmatic land.</p>
<div class="info-box">
<h2>Rocky Desert at a Glance</h2>
<p><strong>Keywords:</strong> ruin, survival, hope.</p>
<div class="info-box">
<h2>Rocky Desert at a Glance</h2>
<p><strong>Keywords:</strong> ruin, survival, hope.</p>
<h3>Key Features</h3>
<div class="key-details">
<ul>
<li><strong>Terrain:</strong> canyons, caves, dunes. Common elements: A, F, E</li>
<li><strong>Travel Roll:</strong> d20. Rare elements: I</li>
<li><strong>Dangers:</strong> a forgotten and extremely unstable alchemical experiment; a gargantuan sand scorpion; a sudden ambush by the desert raiders.</li>
<li><strong>Discoveries:</strong> a random encounter with an ascetic who knows the secrets of the desert; a safe refuge; a precious mineral sedimented over many centuries.</li>
</ul>
</div>
<h3>Themes</h3>
<p>The irreparable consequences of human arrogance, beautiful and merciless nature, finding strength in each other.</p>
<h3>Key Features</h3>
<div class="key-details">
<ul>
<li>
<strong>Terrain:</strong> canyons, caves, dunes. Common elements: A,
F, E
</li>
<li><strong>Travel Roll:</strong> d20. Rare elements: I</li>
<li>
<strong>Dangers:</strong> a forgotten and extremely unstable
alchemical experiment; a gargantuan sand scorpion; a sudden ambush by
the desert raiders.
</li>
<li>
<strong>Discoveries:</strong> a random encounter with an ascetic who
knows the secrets of the desert; a safe refuge; a precious mineral
sedimented over many centuries.
</li>
</ul>
</div>
<!-- Clean up repeated titles/metadata -->
<div class="metadata-section">
<h2>THE BARREN WASTES</h2>
<p style="font-size: 0.9em; margin-top: 15px;"><em>(Rocky Desert / Barren Waste)</em></p>
<h3>Themes</h3>
<p>
The irreparable consequences of human arrogance, beautiful and merciless
nature, finding strength in each other.
</p>
</div>
<hr style="border: none; border-top: 1px solid #ccc; margin: 20px 0;">
<div style="float: right; font-size: 0.85em;">
</div>
<!-- Clean up repeated titles/metadata -->
<div class="metadata-section">
<h2>THE BARREN WASTES</h2>
<p style="font-size: 0.9em; margin-top: 15px">
<em>(Rocky Desert / Barren Waste)</em>
</p>
</div>
<hr style="border: none; border-top: 1px solid #ccc; margin: 20px 0" />
</body>
</html>
<div style="float: right; font-size: 0.85em"></div>
</div>
</html>