Add actual content

This commit is contained in:
askiiart 2023-09-13 00:03:28 -05:00
parent 2f308c4cd6
commit e911b82bd7
No known key found for this signature in database
GPG key ID: 94789D499CBE78CE
7 changed files with 147 additions and 28 deletions

View file

@ -2,14 +2,14 @@
<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">
<link rel="icon" href="https://askiiart.net/assets/askiiart.gif" type="image/icon">
<title>$title$</title>
<link href="/style.css" type="text/css" rel="stylesheet" />
</head>
<body class="line-numbers">
<body>
$body$
</body>
<footer>
<p>Created by askiiart. Main site <a href="https://askiiart.net">here</a>, source code <a href="https://github.com/askiiart/this-site-runs-on-a-textbook">here</a>.</p>
<p>Created by askiiart. Main site <a href="https://askiiart.net">here</a>, source code <a href="https://git.askiiart.net/askiiart/this-site-runs-on-a-textbook">here</a> and <a href="https://github.com/askiiart/this-site-runs-on-a-textbook">here</a>.</p>
</footer>
</html>