95 lines
4.5 KiB
HTML
95 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Arcaena's Memories</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Arcaena's Memories</h1>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="intro">
|
|
<h2>Fragments of a Wizard's Journey</h2>
|
|
<p>
|
|
Here lie the echoes of Arcaena's past moments, whispers, and memories.
|
|
</p>
|
|
</section>
|
|
|
|
<!-- Memory Entry -->
|
|
<section id="arcaena" class="character alt">
|
|
<div class="char-text">
|
|
<h2>Start of the Journey?</h2>
|
|
<p>
|
|
I found myself with my usual group of adventurers. I forgot again what we needed to do.
|
|
I remember thought, that I had 20 gold pieces.
|
|
</p>
|
|
</section>
|
|
|
|
<!-- Memory Entry -->
|
|
<section id="arcaena" class="character">
|
|
<div class="char-text">
|
|
<h2>Meeting the Elf Queen</h2>
|
|
<p>
|
|
For whatever reason we met with a Wood Elf Queen, or leader or something. An elf called "Rigoberto" brought us to her.
|
|
She was acting very hostile towards me, even if I was just silent the whole time. I really, <b>really</b> don't care about this whole situation with the races and politics.
|
|
I thought she was going to attack us, but she just wanted to kill Rigoberto for... bringing us there?
|
|
I remember she had a crown of flowers.
|
|
|
|
</p>
|
|
<p>
|
|
I was the one that needed to talk, because I was the only one that could speak Elvish.
|
|
The most annoying part was that she kept looking at me funny like she was mad at me, not like I cared. I just wanted to leave.
|
|
<i>Bitch was crazy.</i> I didn't even want to be there, why do I keep getting into these situations???
|
|
|
|
</p>
|
|
<p>
|
|
I think we were looking for a way to get to the bandits camp.
|
|
To search for the son of a nobleman who had been kidnapped.
|
|
That's what we told her anyways, and she seemed to buy it.
|
|
We left the city after buying an overpriced armor for one of the members of the group. I had to put one of gold, and talk to the shopkeeper.
|
|
As again, <i>nobody else knew Elvish.</i>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Memory Entry -->
|
|
<section id="arcaena" class="character alt">
|
|
<div class="char-text">
|
|
<h2>Confrontation with the Bandits</h2>
|
|
<p>
|
|
After leaving the wood elf camp, we made our way to the bandits' camp. The journey was uneventful.
|
|
As we approached the camp, the paladin in our group suggested he would go with his bigass armor to sneak around and see the layout of the camp.
|
|
I thought that was a terrible idea, but whatever. He went off on his own.
|
|
The lizard accompanied him, and I stayed back with the rest of the group.
|
|
They were able to take the bandits by surprise, in the dumbest way possible.
|
|
Attacking them after they pretended to be bandits, when the bandit turned around he just smashed their head. The aftermath was kinda gross.
|
|
</p>
|
|
|
|
</div>
|
|
</section>
|
|
<!-- Memory Entry -->
|
|
<section id="arcaena" class="character">
|
|
<div class="char-text">
|
|
<h2>A quiet day.</h2>
|
|
<p>
|
|
After we took the son of the nobleman back to his father, which he wasn't expecting, we were given a reward.
|
|
</p>
|
|
<p>
|
|
I spent my day reading in one of the town libraries. The group said they wanted to do, something... I think. I don't remember.
|
|
I just wanted to be alone and read for a while. I was tired of all the noise.
|
|
I think I might have fallen asleep there, because when I woke up, there was a ruckus outside.
|
|
</p>
|
|
</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>
|