askiiart-net/template.html

18 lines
863 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2023-03-22 15:37:47 -05:00
<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-05-09 12:33:37 -05:00
<link href="/style.css" type="text/css" rel="stylesheet" />
2023-08-27 18:05:38 -05:00
<link href="/prism.css" rel="stylesheet" />
2023-03-22 15:37:47 -05:00
</head>
2023-08-27 19:08:06 -05:00
<body class="line-numbers">
2023-03-22 15:37:47 -05:00
$body$
2023-08-27 18:05:38 -05:00
<script src="/prism.js"></script>
2023-03-22 15:37:47 -05:00
</body>
<footer>
2023-08-08 14:16:30 -05:00
<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>. Source code <a href="https://github.com/askiiart/askiiart.github.io">here</a> and <a href="https://git.askiiart.net/askiiart/askiiart-net">here</a>.</p>
</footer>
2023-03-22 15:37:47 -05:00
</html>