Update screenshot.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Mark Nellemann 2023-03-07 12:36:34 +01:00
parent 6ce44c6c1a
commit ec4bf606e3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 186 KiB

View File

@ -24,7 +24,7 @@
<form hx-post="/ping" id="form" hx-target="#pong">
<div class="field has-addons" >
<div class="control" id="input">
<input name="message" class="input" type="text" placeholder="Enter message" maxlength="128" size="64" onfocus="this.value=''">
<input name="message" class="input" type="text" placeholder="Enter message" maxlength="512" size="64" onfocus="this.value=''">
</div>
<div class="control">
<a class="button is-info" hx-post="/ping">Submit</a>