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:
rainydayemma 2025-02-26 01:21:44 -05:00
parent c2ba8c268d
commit 799bc0c249

View File

@ -54,6 +54,13 @@ const pageTitle = "emma's guestbook"
<body>
<BasicLayout>
<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">
<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>