15 lines
598 B
HTML
Executable file
15 lines
598 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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>
|