Rename html/ and add error message
This commit is contained in:
0
data/g/.gitkeep
Normal file
0
data/g/.gitkeep
Normal file
23
data/g/index.html.blank
Normal file
23
data/g/index.html.blank
Normal 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
|
||||
========
|
||||
|
Reference in New Issue
Block a user