askiiart-net/template.html

15 lines
571 B
HTML
Raw Normal View History

2023-03-22 15:37:47 -05:00
<html>
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
2023-03-23 22:03:13 -05:00
<title>$title$</title>
2023-03-22 15:37:47 -05:00
<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>
2023-03-22 15:37:47 -05:00
</html>