75 lines
2.8 KiB
HTML
75 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="site personnel d'Ewen" />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:title" content="eweng.space" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://eweng.space" />
|
|
|
|
<title>eweng.space</title>
|
|
|
|
<!-- Font depuis Google Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<link
|
|
rel="icon"
|
|
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>☆</text></svg>"
|
|
/>
|
|
|
|
<link rel="stylesheet" href="../../assets/styles.css" />
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<a href="../../index.html">←</a>
|
|
<span class="fenetre-nom">eweng.space ☆</span>
|
|
</div>
|
|
<div class="fenetre fenetre--small">
|
|
<div class="fenetre-contenu">
|
|
<h1>entrées</h1>
|
|
<p class="soustitre">
|
|
chaques entrées contiennent des thèmes spécifiques, bonne
|
|
lecture !
|
|
</p>
|
|
<details>
|
|
<summary>mai 2026</summary>
|
|
<ul>
|
|
<li>
|
|
<a href="may2026/reutiliser.html">réutiliser</a
|
|
><span class="soustitre"> 06 mai - 2026</span>
|
|
</li>
|
|
</ul>
|
|
</details>
|
|
<details>
|
|
<summary>mars 2026</summary>
|
|
<ul>
|
|
<li>
|
|
<a href="march2026/retransmettre.html"
|
|
>retransmettre</a
|
|
><span class="soustitre"> 30 mars - 2026</span>
|
|
</li>
|
|
<li>
|
|
<a href="march2026/multipotentiel.html"
|
|
>multipotentiel</a
|
|
><span class="soustitre"> 25 mars - 2026</span>
|
|
</li>
|
|
<li>
|
|
<a href="march2026/bonjour.html">bonjour</a
|
|
><span class="soustitre"> 21 mars - 2026</span>
|
|
</li>
|
|
</ul>
|
|
</details>
|
|
</div>
|
|
</div>
|
|
<script src="../../assets/main.js"></script>
|
|
</body>
|
|
</html>
|