askiiart-net/template.html
2023-03-23 22:03:13 -05:00

15 lines
518 B
HTML
Executable file

<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="/askiiart.gif" type="image/icon">
<title>$title$</title>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
$body$
</body>
<footer>
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a></p>
</footer>
</html>