reboot as pandoc-based markdown proj

This commit is contained in:
Matthew Ryan Dillon 2025-03-24 21:10:19 -04:00
parent c1e3bba6cf
commit 8882bbdc69
8 changed files with 110 additions and 140 deletions

23
template.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>thermokar.st</title>
<style type="text/css">
body{
max-width: 35em;
margin: 0 auto;
line-height: 1.5;
font-family: sans-serif;
font-size: large;
}
</style>
</head>
<body>
<main>
$body$
</main>
</body>
</html>