action for form to farp
This commit is contained in:
parent
d1abd019a7
commit
1446cb0a17
1 changed files with 2 additions and 2 deletions
|
@ -77,10 +77,10 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- header and options for making posts -->
|
<!-- header and options for making posts -->
|
||||||
<div class="post" action="farp.php">
|
<div class="post">
|
||||||
<h1 style="margin-bottom: 4px;"><span style="color: var(--accent);">furp</span>social</h1>
|
<h1 style="margin-bottom: 4px;"><span style="color: var(--accent);">furp</span>social</h1>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post" action="farp.php">
|
||||||
<textarea id="body-input" name="body"></textarea>
|
<textarea id="body-input" name="body"></textarea>
|
||||||
Signature (optional): <input id="signature-input" onchange="logSignature();" type="text" name="signature">
|
Signature (optional): <input id="signature-input" onchange="logSignature();" type="text" name="signature">
|
||||||
<input type="submit" value="Farp it">
|
<input type="submit" value="Farp it">
|
||||||
|
|
Reference in a new issue