20 lines
783 B
Markdown
20 lines
783 B
Markdown
% 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!
|