gmisite2html/template.html

19 lines
703 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 is to visit the site with the Gemini protocol
at <a href="gemini://gemini.lehmann.cx/">gemini://gemini.lehmann.cx/</a><br>
The site was converted
with <a href="https://tildegit.org/alexlehm/gemini2html">gemini2html</a>.<br>
$body$
<img src="//piwik.lehmann.cx/piwik/piwik.php?idsite=1&amp;rec=1&amp;bot=1&amp;action_name=gemini.lehmann.cx">
</body>
</html>