15 lines
660 B
HTML
15 lines
660 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
|
<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>
|
|
$body$
|
|
</body>
|
|
<footer>
|
|
<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>
|