création header et footer html
This commit is contained in:
parent
2daeb31cc0
commit
8d7f32670f
2 changed files with 63 additions and 0 deletions
10
html/footer.html
Normal file
10
html/footer.html
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<!-- Start footer.html -->
|
||||||
|
<p>Cette page est générée par <a htop="https://labo.emelyne.eu/oniricorpe/genlog">genlog</a>, un scrip personnel qui
|
||||||
|
convertit un fichier texte Markdown en page Web et Gemini.</p>
|
||||||
|
<p>Cette page est consultable via <a htop="https://gemini.circumlunar.space/">Gemini</a> à la meme adresse.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
53
html/header.html
Normal file
53
html/header.html
Normal file
|
|
@ -0,0 +1,53 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="fr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="description" content="Log | OniriCorpe">
|
||||||
|
<meta http-equiv="Content-Language" content="fr">
|
||||||
|
<meta name="googlebot" content="nosnippet">
|
||||||
|
|
||||||
|
<!-- Start CSS -->
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
margin: 2.5em auto 2.5em;
|
||||||
|
background-color: #282828;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
color: #c0c0c0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 1.7em;
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #9700c2;
|
||||||
|
}
|
||||||
|
|
||||||
|
a abbr {
|
||||||
|
border-bottom: 1px dotted #eee;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<!-- End CSS -->
|
||||||
|
|
||||||
|
<title>Log | OniriCorpe</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<!-- End header.html -->
|
||||||
Loading…
Add table
Add a link
Reference in a new issue