gmisite2html/template.html

16 lines
485 B
HTML

<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css" type="text/css" media="screen" />
<meta charset="utf-8">
<meta name="date" content='$date-meta$'>
<title>$title$</title>
</head>
<body>
You are visiting a site converted from Gemtext to HTML, what you
really want to do s visit is the site with the Gemini protocol
at <a href="gemini://gemini.lehmann.cx/">gemini://gemini.lehmann.cx/</a><br>
$body$
</body>
</html>