bob/lib/template/post.html
simonpetit 69ad504b8e
All checks were successful
continuous-integration/drone/push Build is passing
updating readme + wip
2025-01-29 15:48:50 +00:00

20 lines
527 B
HTML

<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="utf-8">
<title>simpet</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|IBM+Plex+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../css/poststyle.css">
</head>
<body>
<h1 class='title'><a href="../index.html">simpet</a></h1>
<article>
{{article}}
</article>
</body>
</html>