44 lines
1.5 KiB
HTML
44 lines
1.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>Nie's Memories</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Nie's Memories</h1>
|
|
<nav>
|
|
<a href="/index.html">Home</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="intro">
|
|
<h2>El camino de una fragil adivina.</h2>
|
|
<p>
|
|
Aquí se relatan algunos recuerdos de Nie, una adivina que, a pesar de su fragilidad, busca entender el mundo que la rodea y su lugar en él.
|
|
</p>
|
|
</section>
|
|
|
|
<!-- Memory Entry -->
|
|
<section id="nie" class="character alt">
|
|
<div class="char-text">
|
|
<h2>Algún tiempo atrás</h2>
|
|
<p>
|
|
</p>
|
|
</section>
|
|
|
|
</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>
|