update button
This commit is contained in:
parent
f10a4c24aa
commit
7fbb5f2d81
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@
|
|||
|
||||
<form method="post">
|
||||
<textarea id="body-input" name="body"></textarea>
|
||||
Signature (optional): <input id="signature-input" onchange="logSignature();" type="text" name="signature"><br>
|
||||
<input type="submit" value="Farp it">
|
||||
Signature (optional): <input id="signature-input" onchange="logSignature();" type="text" name="signature">
|
||||
<input type="submit" value="Farp it" style="float: right; width: 100px; background: var(--accent); color: white; font-weight: 600; border: none; cursor: pointer;">
|
||||
</form>
|
||||
|
||||
<span style="font-size: 12px; color: grey;">Privacy Policy: The only data collected by furpsocial server-side is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furpsocial as a social media platform. Client-side, furpsocial stores your most recently used signature as a cookie.</span>
|
||||
|
|
Reference in a new issue