feat: Links to pages

This commit is contained in:
2026-06-08 21:33:39 +00:00
parent 006307a62e
commit 4dbdb12876
555 changed files with 1374 additions and 51161 deletions

View File

@@ -1,70 +1 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lowtide: The Sunny Bay</title>
<link rel="stylesheet" href="book-page.css" />
</head>
<h1>The Sunny Bay</h1>
<h2>Lowtide</h2>
<p>
Overlooking the clear waters of a vast sea, Lowtide is a nostalgic place—a
glimpse of life on the coast of an uncontaminated island. The crystalline
waters and white sand paint the landscape with romantic hues. During
half-moon nights, the waters withdraw, revealing secrets hidden beneath the
waves that might surprise even the most well-traveled adventurers.
</p>
<div class="info-section">
<h3>LOWTIDE AT A GLANCE</h3>
<dl>
<dt>Keywords</dt>
<dd>curiosity, memories, rest.</dd>
<dt>Terrain</dt>
<dd>
sea, rocks, sand. Common elements: <strong>A</strong>,
<strong>B</strong>, <strong>L</strong>
</dd>
<dt>Travel Roll</dt>
<dd>d8. Rare elements: <strong>I</strong>, <strong>D</strong></dd>
</dl>
<h4 style="margin-top: 25px; color: #5c8b9c">Key Features</h4>
<div class="meta-data">
<table>
<tr>
<td><strong>Dangers:</strong></td>
<td>
An unusually aggressive sea predator, sudden and dangerous marine
currents of unknown origin.
</td>
</tr>
<tr>
<td><strong>Discoveries:</strong></td>
<td>
An ancient underwater temple spoken of in many myths and legends;
the buried treasure of a famous pirate captain.
</td>
</tr>
<tr>
<td><strong>Themes:</strong></td>
<td>
Time spent together, childhood memories, dreams of adventure,
mysterious horizons.
</td>
</tr>
</table>
</div>
</div>
<hr style="margin-top: 40px; border: none; border-bottom: 1px solid #ccc" />
<footer>
<p><em>(Source Data: )</em></p>
</footer>
</html>
<!doctype html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Lowtide: The Sunny Bay</title> <link rel="stylesheet" href="book-page.css" /> </head> <h1>The Sunny Bay</h1> <h2>Lowtide</h2> <p> Overlooking the clear waters of a vast sea, Lowtide is a nostalgic place—a glimpse of life on the coast of an uncontaminated island. The crystalline waters and white sand paint the landscape with romantic hues. During half-moon nights, the waters withdraw, revealing secrets hidden beneath the waves that might surprise even the most well-traveled adventurers. </p> <div class="info-section"> <h3>LOWTIDE AT A GLANCE</h3> <dl> <dt>Keywords</dt> <dd>curiosity, memories, rest.</dd> <dt>Terrain</dt> <dd> sea, rocks, sand. Common elements: <strong>A</strong>, <strong>B</strong>, <strong>L</strong> </dd> <dt>Travel Roll</dt> <dd>d8. Rare elements: <strong>I</strong>, <strong>D</strong></dd> </dl> <h4 style="margin-top: 25px; color: #5c8b9c">Key Features</h4> <div class="meta-data"> <table> <tr> <td><strong>Dangers:</strong></td> <td> An unusually aggressive sea predator, sudden and dangerous marine currents of unknown origin. </td> </tr> <tr> <td><strong>Discoveries:</strong></td> <td> An ancient underwater temple spoken of in many myths and legends; the buried treasure of a famous pirate captain. </td> </tr> <tr> <td><strong>Themes:</strong></td> <td> Time spent together, childhood memories, dreams of adventure, mysterious horizons. </td> </tr> </table> </div> </div> <hr style="margin-top: 40px; border: none; border-bottom: 1px solid #ccc" /> <footer> <p><em>(Source Data: )</em></p> </footer></html>