Add landing page

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-08-09 22:01:15 +02:00
parent 802b2a81b8
commit 3c25726c32
1 changed files with 13 additions and 0 deletions

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head><title>Newsletters</title></head>
<body>
<h1>Newsletters 2 Web</h1>
<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>