info-page/templates/default.html

15 lines
327 B
HTML
Raw Permalink Normal View History

2025-01-05 17:24:58 -05:00
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
2025-01-05 19:13:43 -05:00
<link rel="stylesheet" href="/css/pico.min.css" type="text/css">
2025-01-05 17:24:58 -05:00
<title>$title$</title>
</head>
<body>
<main class="container">
$body$
</main>
</body>
</html>