diff options
author | mattkae <mattkae@protonmail.com> | 2023-06-20 11:35:35 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-06-20 11:35:35 -0400 |
commit | 8190f7d579443513abfdcf0826fe46dcb73f22a4 (patch) | |
tree | 20e77531044212f4e35ba80ff09a6355134cd7d3 /posts/sitemap.html | |
parent | de009f342a5bbbd409a02a5cde0eabd6a0d872e5 (diff) |
Tying up the loose strings around the new blogging system
Diffstat (limited to 'posts/sitemap.html')
-rw-r--r-- | posts/sitemap.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/posts/sitemap.html b/posts/sitemap.html new file mode 100644 index 0000000..48771e0 --- /dev/null +++ b/posts/sitemap.html @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>Matthew's Blog Posts</title> +<meta name="generator" content="Org Mode" /> + +<link rel="stylesheet" href="/index.css" /> +<link rel="stylesheet" href="/posts/post.css" /> +<link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> +<script src='/posts/post.js'></script> +</head> +<body> +<div id="org-div-home-and-up"> + <a accesskey="h" href="/"> UP </a> + <a accesskey="H" href="/"> HOME </a> +</div><div id="preamble" class="status"> + + <div class="org-article-title"> + <h1>Matthew's Blog Posts</h1> + <span>Last modified: 2023-06-20 at 11:32</span> + </div> +</div> +<div id="content" class="content"> +<ul class="org-ul"> +<li><p> +<a href="hello.html">Hello, Org</a> created on June 15, 2023 +</p> +<div class="sitemap_tag" id="org57b157e"> +<p> +technology,home +</p> + +</div></li> +</ul> +</div> +</body> +</html> |