gb update

This commit is contained in:
yequari 2025-06-27 13:29:22 -07:00
parent 08e35c4cf6
commit 545736690e

View File

@ -4,25 +4,5 @@ date: 2025-06-26T20:17:07-07:00
---
<script type="module" src="/guestbook.js"></script>
<form action="https://beta.webweav.ing/websites/26wxzbrx/guestbook/comments/create/remote" method="post">
<div>
<label for="authorname">Name</label>
<input type="text" name="authorname" id="authorname" />
</div>
<div>
<label for="authoremail">Email (Optional) </label>
<input type="text" name="authoremail" id="authoremail" />
</div>
<div>
<label for="authorsite">Site Url (Optional) </label>
<input type="text" name="authorsite" id="authorsite" />
</div>
<div>
<label for="content">Comment</label>
<textarea name="content" id="content"></textarea>
</div>
<div>
<input type="submit" value="Submit" />
</div>
</form>
<comment-list src="https://beta.webweav.ing/websites/26wxzbrx/guestbook/comments"></comment-list>
<guestbook-form guestbook="https://beta.webweav.ing/websites/26wxzbrx/guestbook"></guestbook-form>
<guestbook-comments guestbook="https://beta.webweav.ing/websites/26wxzbrx/guestbook"></guestbook-comments>