48 lines
1.6 KiB
HTML
48 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Ulud's Memories</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Ulud's Memories</h1>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="intro">
|
|
<h2>Fragments of a Druid's Journey</h2>
|
|
<p>
|
|
Here lie the echoes of Ulud's past moments, whispers, and memories.
|
|
</p>
|
|
</section>
|
|
|
|
<!-- Memory Entry -->
|
|
<section id="ulud" class="character alt">
|
|
<div class="char-text">
|
|
<h2>Start of the Journey</h2>
|
|
<p>
|
|
I found myself with my usual group of adventurers.
|
|
</p>
|
|
</section>
|
|
|
|
<!-- Memory Entry -->
|
|
<section id="ulud" class="character">
|
|
<div class="char-text">
|
|
<h2>Meeting the group.</h2>
|
|
|
|
|
|
</div>
|
|
</section>
|
|
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<p>© 2025 by <a href="https://waifuism.life">Waifu</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|