genlog/html/header.html

71 lines
2.2 KiB
HTML
Raw Normal View History

2022-03-11 00:02:44 +01:00
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">
<meta name="robots" content="nosnippet">
2022-03-11 00:02:44 +01:00
<!-- this website uses watercss: https://watercss.kognise.dev/ -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
2022-03-12 01:00:58 +01:00
<style>
a[href^="//"]::after,
a[href^="http"]::after,
a[href^="gemini"]::after {
2022-03-12 01:00:58 +01:00
content: "";
2022-03-13 18:07:36 +01:00
width: 0.7em;
height: 0.7em;
margin-left: 0.3em;
2022-03-12 01:00:58 +01:00
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
background-size: contain;
display: inline-block;
2022-03-11 00:02:44 +01:00
}
p{
margin: 1em;
}
a::before, h1::before, h2::before, h3::before,
blockquote::before, .footer {
color: #505050
}
article a::before { content:"→ "; }
h1::before { content:"# "; }
h2::before { content:"## "; }
h3::before { content:"### "; }
blockquote::before { content:"> "; }
2022-03-12 22:58:33 +01:00
blockquote {
2023-08-17 22:42:13 +02:00
margin: 0 1em;
padding: .5em .5em;
border-left: .2em solid #505050;
}
pre {
display: block;
2023-08-17 22:42:13 +02:00
border-left: dotted #505050;
white-space: pre-wrap;
word-break: keep-all;
2023-08-17 22:42:13 +02:00
margin: 0 1em;
padding-left: .7em;
2022-03-12 22:58:33 +01:00
}
2022-03-11 00:17:40 +01:00
.footer {
2022-03-12 01:00:58 +01:00
padding: 2em 2em 0;
2022-03-11 00:17:40 +01:00
text-align: center;
2022-03-11 00:02:44 +01:00
}
</style>
2022-03-12 01:00:58 +01:00
<title>
<!-- TITLE -->
</title>
2022-03-11 00:02:44 +01:00
</head>
<body>
<div class="container">
<article>
<!-- End header.html -->