Rename html/ and add error message

This commit is contained in:
2021-08-20 22:14:57 +00:00
parent 4a0d12971b
commit 08d9de8784
3 changed files with 5 additions and 2 deletions

0
data/g/.gitkeep Normal file
View File

23
data/g/index.html.blank Normal file
View File

@@ -0,0 +1,23 @@
<meta charset=UTF-8><link rel=icon href=data:,><pre>
Tanner Collin
Guest Book
==========
If you visited my website, please sign my guestbook!
<form action="submit" method="POST" accept-charset="UTF-8">
Your name:
<input name="name">
Your website (optional):
<input name="website">
Your message:
<textarea name="message" cols="60" rows="8"></textarea>
<button type="submit">Submit</button>
</form>
Messages
========