askiiart-net/template.html
2023-05-09 11:58:45 -05:00

15 lines
571 B
HTML
Executable file

<html>
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<link rel="icon" href="/assets/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>