42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>nebula's feeds</title>
|
|
<link rel="icon" href="favicon.ico" />
|
|
<link rel="stylesheet" href="style.css?1" />
|
|
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="https://helixnebula.space/feed_html.atom" />
|
|
</head>
|
|
<body>
|
|
<div class="mainHeader">
|
|
<p class="title">
|
|
i make posts
|
|
</p>
|
|
</div>
|
|
<div class="mainBody">
|
|
<p class="linkToIndex">
|
|
<a href="/">Return to Index</a>
|
|
</p>
|
|
<div class="postBody">
|
|
<p>
|
|
<h1>See me in your feed reader!</h1>
|
|
You may subscribe to my posts using your favorite feed reader. This feed
|
|
does not include galleries without stories written for them, so you can use
|
|
this to keep track of new stories as I write them. Autodiscovery is enabled,
|
|
so you should be able to just point your reader at
|
|
https://helixnebula.space/ and let the app discover the feed URL for you.
|
|
Just in case, here is the feed url:
|
|
</p>
|
|
<p>
|
|
<code>https://helixnebula.space/feed_html.atom</code>
|
|
</p>
|
|
<p>
|
|
Last updated page: <a href="https://helixnebula.space/{{ last_post_code }}/">{{ metadata[last_post_code]["title"] }}</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|