distorsion.interhacker.space/site/presentation.html
2025-01-24 23:27:17 +01:00

39 lines
1.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<!-- un jour, on pourrait ajouter miroir en .oignon -->
<html lang="fr">
<head>
<meta charset="utf-8">
<title>La Distorsion - Présentation</title>
<link rel="icon" href="/img/favicon.svg" />
<link href="/css/default.css" rel="stylesheet" />
<script src="/js/styleswitcher.js"></script>
</head>
<body>
<header>
<h1>La Distorsion</h1>
<nav class="menu">
<ul>
<li><a href="/index.html">maison</a></li>
<li><a href="/presentation.html">présentation</a></li>
<li><a href="/blog.html">blog</a></li>
<li>
<label for="styleswitcher">change de style :</label>
<select id="styleswitcher" name="styleswitcher">
<option>Default</option>
<option>No-CSS</option>
<option>Darkmagenta</option>
</select>
<script>initStyleSelectElement()</script>
</li>
</ul>
</nav>
</header>
<main>
<p>Peut être qu'un jour on écrira des trucs par ici ;)</p>
</main>
<footer>
<p>Pour s'abonner à la liste mél, <a href="https://lebib.org/wws/subscribe/distorsion" target="_blank" ref="noreferrer" rel="noopener">c'est là</a>.</p>
<p>Pour nous contacter directement par mél : <a class="mel">distorsion (A) groupes.renater.fr</a></p>
</footer>
</body>
</html>