A guestbook with Perl, CGI and email. whooo

This commit is contained in:
Yorhel 2022-03-28 16:08:30 +02:00
parent edb6edb5b6
commit 5e5225a172
8 changed files with 68 additions and 5 deletions

20
dat/guestbook.md Normal file
View file

@ -0,0 +1,20 @@
% Guestbook
It's 2022 and I figured this little site could use a guestbook. Want to leave a
message? Fill out the form below. Messages are added manually, so it may take a
day or two for yours to show up. Markdown is supported.
This guestbook exists just for sillyness; if you have a question or want to
report feedback for a particular project, better open an issue at the
respective issue tracker or send a mail to
[projects@yorhel.nl](mailto:projects@yorhel.nl) instead.
<form method="POST" action="/cgi-bin/guestbook.cgi">
<input type="text" name="name" placeholder="Your name (optional)">
<textarea name="message" placeholder="Message" required cols=50 rows=5></textarea>
<input type="submit" value="Submit">
</form>
# Entries
The guestbook is empty, be the first to post!