2025-12-29 11:27:47 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="fr">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>$title$</title>
|
2025-12-29 19:30:31 +01:00
|
|
|
<script src="/assets/paged.polyfill.js"></script>
|
2025-12-29 11:27:47 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/style.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/fonts/Area/stylesheet.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/fonts/Geist-mono/stylesheet.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<aside class="infos">
|
|
|
|
|
<p>$client$</p>
|
|
|
|
|
<p>$date$</p>
|
|
|
|
|
<p>$contact$</p>
|
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
<header>
|
|
|
|
|
<h1>$title$</h1>
|
|
|
|
|
<h2>$baseline$</h2>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
<p><p>$footer$</p></p>
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$body$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|