askiiart-net/template.html

19 lines
906 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2023-03-22 20:37:47 +00:00
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
2024-10-28 22:15:39 +00:00
<link rel="icon" href="/assets/askiiart.avif" type="image/icon">
2023-03-24 03:03:13 +00:00
<title>$title$</title>
2023-05-09 17:33:37 +00:00
<link href="/style.css" type="text/css" rel="stylesheet" />
2023-08-27 23:05:38 +00:00
<link href="/prism.css" rel="stylesheet" />
2023-03-22 20:37:47 +00:00
</head>
2023-08-28 00:08:06 +00:00
<body class="line-numbers">
2023-03-22 20:37:47 +00:00
$body$
2024-08-13 16:26:27 +00: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 23:05:38 +00:00
<script src="/prism.js"></script>
2023-03-22 20:37:47 +00:00
</body>
<footer>
2023-10-11 00:31:38 +00: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 20:37:47 +00:00
</html>