blob: b77e5ad6e8a4d6410fe190f3f9e412a925f1f801 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Woman in my Eye's Blog</title>
{head-common}
<meta name="description"
content="Blog entries from the woman in my eye.">
</head>
<body>
<header>
<h1>The Woman in my Eye's Blog</h1>
</header>
<nav title="site menu">
<ul>
<li>
<a href='/'>home</a>
</li>
<li>
<a href='/resources'>resources</a>
</li>
<li>
<a href='/about'>about</a>
</li>
</ul>
</nav>
<main>
<article>
<h2>Info</h2>
<p>Each entry is available on RSS as well. Check it out at:
<a href="/blog/feed.rss" rel="noopener" target="_blank">
/blog/feed.rss
</a>. This will contain each of the entries listed below!
</p>
</article>
<article>
<h2>Entries</h2>
<ul>
<li>
<a href="/blog/all-signs-point-to-her.html">
<time datetime="2023-06-27">2023-06-27</time>
- All signs point to her
</a>
</li>
<!-- NEXT -->
</article>
</main>
{footer}
</body>
</html>
|