askiiart-net/template.html

19 lines
905 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$
2024-08-13 11:26:27 -05:00
<iframe src="https://john.citrons.xyz/embed?ref=askiiart.net" style="margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>
2023-08-27 18:05:38 -05:00
<script src="/prism.js"></script>
2023-03-22 15:37:47 -05:00
</body>
<footer>
2023-10-10 19:31:38 -05:00
<p><a href="https://git.askiiart.net/askiiart/askiiart-net">code</a> (<a href="https://github.com/askiiart/askiiart.github.io">mirror</a>)&emsp;<a href="/feed.xml">rss</a>&emsp;<a href="/pubkey.asc">pubkey</a></p>
</footer>
2023-03-22 15:37:47 -05:00
</html>