newsletter-to-web/resources/index.html

17 lines
621 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Newsletters</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed" href="./{FEED}" />
</head>
<body>
<h1>Newsletters 2 Web</h1>
<p>The real feed can be found at <a href="./{FEED}">{FEED}</a></p>
<p>Nothing to see here.</p>
<p>This is a public landing page for an instance of the
<a href="https://code.kiers.eu/newsletter-to-web/newsletter-to-web">Newsletters 2 Web</a>
project.</p>
<p>It is only here to prevent getting a <em>Not Found</em> page.</p>
</body>
</html>