yequari.com/content/guestbook.html
2025-06-26 20:22:41 -07:00

29 lines
938 B
HTML

---
title: "Guestbook"
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>