Update index.php
This commit is contained in:
parent
faed7d7a6c
commit
98279a72c0
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@
|
|||
<div class="post">
|
||||
<h1><span style="color: var(--accent);">furp</span>social</h1>
|
||||
|
||||
<form method="post" onsubmit="logSignature();">
|
||||
<form method="post">
|
||||
<textarea id="body-input" name="body"></textarea>
|
||||
Signature (optional): <input id="signature-input" type="text" name="signature"><br>
|
||||
Signature (optional): <input id="signature-input" onchange="logSignature();" type="text" name="signature"><br>
|
||||
<input type="submit" value="Farp it">
|
||||
</form>
|
||||
|
||||
|
|
Reference in a new issue