thesandwi.ch/src/partials/page_four.html
Isaac Mills b5b52809b4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add indicators to forms
2025-07-15 09:12:08 -06:00

33 lines
No EOL
1.1 KiB
HTML

<x-tab.content selected="3">
<x-section-head header="Page four">
<x-blockquote cite="Josh Arbon (CEO of Tysontoucherinator)">
Who is this guy?
</x-blockquote>
</x-section-head>
<x-project>
<fill:img>
<x-project.text>🤷‍♂️</x-project.text>
</fill:img>
<fill:title>
<markdown>
# Uuuuuhhhhh
</markdown>
</fill:title>
<fill:subtitle>
<markdown>
## I don't know what to put on this page
</markdown>
</fill:subtitle>
<fill:description>
<form hx-post="/api/page-idea" hx-target="#page-idea-result" hx-indicator="#page-idea-indicator">
<label for="page-idea">
What should we put on page 4 of The SANDWICH?
</label><br>
<textarea name="page-idea" id="page-idea"></textarea>
<input type="submit" value="Submit Idea!">
</form>
<img id="page-idea-indicator" class="htmx-indicator" width="32" height="32" src="/assets/spinner.svg">
<div id="page-idea-result"></div>
</fill:description>
</x-project>
</x-tab.content>