Rename guestbook.html to index.html

This commit is contained in:
2021-08-20 21:46:30 +00:00
parent 9b50602873
commit 95720ce0db
2 changed files with 1 additions and 1 deletions

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="g/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
========