add helpful message about guestbook
a lot of things are wip right now with the site so i want people to know the guestbook does work even if it doesn't seem like it
This commit is contained in:
parent
c2ba8c268d
commit
799bc0c249
@ -54,6 +54,13 @@ const pageTitle = "emma's guestbook"
|
|||||||
<body>
|
<body>
|
||||||
<BasicLayout>
|
<BasicLayout>
|
||||||
<h1>{pageTitle}</h1>
|
<h1>{pageTitle}</h1>
|
||||||
|
<p>
|
||||||
|
hey, just a little heads up. i'm redoing a lot of my site right now.
|
||||||
|
i made this guestbook in a bit of a hurry so some helpful things like
|
||||||
|
letting you know i got your post and will approve it aren't there just yet.
|
||||||
|
but you are welcome to sign it and i'll check every few days to approve entries
|
||||||
|
until i get around to adding a bit more friendliness to parts of this guestbook
|
||||||
|
</p>
|
||||||
<form id="add-comment">
|
<form id="add-comment">
|
||||||
<label for="name-input">name: <input type="text" id="name-input" name="name-input" required></label>
|
<label for="name-input">name: <input type="text" id="name-input" name="name-input" required></label>
|
||||||
<label for="website-input">website (optional): <input type="text" name="website-input" id="website-input"></label>
|
<label for="website-input">website (optional): <input type="text" name="website-input" id="website-input"></label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user