+ button class

This commit is contained in:
tuxwarrior
2023-06-21 20:16:26 +00:00
parent fdd5ae310c
commit 2336b925db

View File

@@ -27,6 +27,6 @@
<textarea name="message" maxlength="1000" style="width: 500px; max-width: 90%; height: 250px;" required></textarea>
<br>
<br>
<button type="submit">[send]</button>
<button class="[class]" type="submit">[send]</button>
</form>