Update index.php
This commit is contained in:
parent
46fab30987
commit
eb24bb08f7
1 changed files with 9 additions and 2 deletions
11
index.php
11
index.php
|
@ -60,9 +60,16 @@
|
|||
text-align: center;
|
||||
padding: 5px;
|
||||
color: var(--accent);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#refresh:hover {
|
||||
input {
|
||||
float: right;
|
||||
width: 100px;
|
||||
background: var(--accent);
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
@ -76,7 +83,7 @@
|
|||
<form method="post">
|
||||
<textarea id="body-input" name="body"></textarea>
|
||||
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;">
|
||||
<input type="submit" value="Farp it">
|
||||
</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