Add actual content
This commit is contained in:
parent
2f308c4cd6
commit
e911b82bd7
7 changed files with 147 additions and 28 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue