36 lines
1.8 KiB
Text
36 lines
1.8 KiB
Text
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<title>Agnes the Alien</title>
|
||
|
|
<script src="{{ nesting }}main.js"></script>
|
||
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<link href="{{ nesting }}favicon.ico" rel="icon" type="image/x-icon">
|
||
|
|
<link rel="stylesheet" href="/blog.css">
|
||
|
|
<script src="/htmlcommentbox.js"><script src="/theme.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
{% include "partials/header.njk" %}
|
||
|
|
<nav><a href="/">Home</a> .. <a href="/about">About</a> .. <a href="/blog">Blog</a> .. <a href="/sitemap">Sitemap & Other Pages</a>
|
||
|
|
<button onclick="myFunction()">increase font size</button> </nav>
|
||
|
|
<div class="main-blog"> {{ content | safe }}
|
||
|
|
<div id="comment"> <!-- begin wwww.htmlcommentbox.com -->
|
||
|
|
<div id="HCB_comment_box"><a href="http://www.htmlcommentbox.com">Comment Box</a> is loading comments...</div>
|
||
|
|
<script src="/htmlcommentbox.js"></script></div> </main>
|
||
|
|
<footer>
|
||
|
|
<div id="hcard-Agnes-the-Alien" class="vcard">
|
||
|
|
<img style="float:left; margin-right:4px;width:100px;height:104px;" class="u-photo" src="https://file.garden/Zw17vw8ctXTQw7PV/meicon.png" alt="photo of Agnes" class="photo"/>
|
||
|
|
<a class="url fn n" href="https://agnes.love"> <span class="given-name">Agnes</span>
|
||
|
|
<span class="additional-name"></span>
|
||
|
|
<span class="family-name">the Alien</span>
|
||
|
|
</a>
|
||
|
|
<a class="email" href="mailto:alienhospitals@gmail.com">alienhospitals@gmail.com</a>
|
||
|
|
<div class="adr">
|
||
|
|
<span class="country-name">Midwestern USA</span>
|
||
|
|
<p class="p-note">A weird little extraterrestrial writer, who also does things with websites for fun.</p>
|
||
|
|
</div>
|
||
|
|
<hr>built with eleventy. || <a href="https://treasurechest.alien.town/agnes/agnes.love">source</a></footer>
|
||
|
|
</body>
|
||
|
|
</html>
|