blog/index.html
simonpetit 0514599e7b
All checks were successful
continuous-integration/drone/push Build is passing
removing article
2025-04-24 10:01:31 +00:00

21 lines
645 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/indexstyle.css">
</head>
<body>
<h1 class='title'>simpet</h1>
<ul>
<li><a href="./posts/markdown_testing_suite.html">markdown testing suite</a></li>
<li><a href="./posts/awk_for_static_site_generation.html">awk for static site generation</a></li>
</ul>
</body>
</html>