diff options
author | Maker <maker@andrewdm.me> | 2017-04-02 04:30:29 +0000 |
---|---|---|
committer | Andrew Murrell <merl@neo.andrewdm.me> | 2017-04-02 04:30:29 +0000 |
commit | 5facb094e6b47d67a46ab3b5a479ca166dd38838 (patch) | |
tree | 631a0545117b839e5a0ce31bc5d608abd8e68f21 /out/writing/index.html | |
parent | 7d25ab4bfd724571a7d41268f9cec63907afb924 (diff) |
make: Merge branch 'master' of https://git.andrewdm.me/www
Diffstat (limited to 'out/writing/index.html')
-rw-r--r-- | out/writing/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/out/writing/index.html b/out/writing/index.html new file mode 100644 index 0000000..d5805e1 --- /dev/null +++ b/out/writing/index.html @@ -0,0 +1,40 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Writing — AndrewDM</title> + <link rel="stylesheet" href="/main.css"> + <link rel="alternate" type="application/atom+xml" href="/index.atom" /> + + </head> + <body class="index"> + <header> + <h1 class=breadcrumbs><a href="../">AndrewDM</a> » <a href="">Writing</a></h1> + <nav> + <ul> + <li><a href="/">Projects</a> + <li><a href="/changelog.html"><abbr title="Blog">Blahg</abbr></a> + <li><a href="/about.html">Andrew</a> + <li> + <form method="GET" action="/search.html"> + <input type=search name="s" placeholder="Search" /><input type=submit value="🔍" /> + </form> + </ul> + </nav> + </header> + <article> + + <h1 class=title>Writing</h1> +<ul> +<li><span><a class="external" href="http://365tomorrows.com/12/03/a-simple-lament/" title="Published on 2013-12-03">365 Tomorrows: A Simple Lament</a></span><span><a class="tag ff" href="/tags/ff.html">Flash Fiction</a></span></li> +</ul> + + </article> + <footer> + <p>The content of this page is Copyright © <a href="mailto:ImFromNASA@gmail.com">Andrew Murrell</a>.</p> +<p>This page is licensed under the <a href="">CC BS-SA-3.0</a> license.</p> + + <p>Website source: <a href="https://git.andrewdm.me/www.git">www.git</a></p> + </footer> + </body> +</html> |