entries support
This commit is contained in:
parent
dfaf7c398a
commit
53afbc1a56
|
|
@ -52,13 +52,16 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="fenetre-nom">ewen.space</p>
|
||||
<p class="fenetre-nom"><a href="../../index.html">←</a> ewen.space</p>
|
||||
<div class="fenetre">
|
||||
<div class="fenetre-contenu">
|
||||
<h1>entrées</h1>
|
||||
<details>
|
||||
<summary>mars 2026</summary>
|
||||
<ul>
|
||||
<li><a href="blog.html">blog</a></li>
|
||||
<li><a href="qui.html">qui</a></li>
|
||||
<li><a href="march2026/multipotentiel.html">multipotentiel</a></li>
|
||||
</ul>
|
||||
</details>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
63
blog/entries/march2026/multipotentiel.html
Normal file
63
blog/entries/march2026/multipotentiel.html
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
<!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">
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: 'IM Fell English', serif;
|
||||
font-size: 20px;
|
||||
}
|
||||
.fenetre {
|
||||
max-width: 500px;
|
||||
border: 1px solid black;
|
||||
padding: 0.3rem 1.5rem 0 1.5rem;
|
||||
padding-bottom: 0;
|
||||
margin-top: 0px;
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
align-items: start;
|
||||
gap: 1rem;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.fenetre-nom {
|
||||
margin-bottom: 1px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
.fenetre-contenu {
|
||||
padding: 0 1rem 1.5rem 1rem;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.fenetre img {
|
||||
height: 400px;
|
||||
width: auto;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="fenetre-nom"><a href="../index.html">←</a> ewen.space</p>
|
||||
<div class="fenetre">
|
||||
<div class="fenetre-contenu">
|
||||
<h1>multipotentiel</h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
<div class="fenetre-contenu">
|
||||
<p>bienvenue sur mon blog personnel, j'y partage mes états d'âme, mes pensées, mes musiques, mon art préféré, mes sentiments... bonne visite!</p>
|
||||
<ul>
|
||||
<li><a href="blog.html">blog</a></li>
|
||||
<li><a href="blog/entries/index.html">blog</a></li>
|
||||
<li><a href="qui.html">qui</a></li>
|
||||
</ul>
|
||||
<p>ce site est entièrement fait à la main, par moi, par ce que je suis et ce que je représente dans le monde, avec mes envies, mes convictions, mes peines et ma sueur.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue