This commit is contained in:
awesomeuser 2023-08-02 21:03:24 +00:00
parent 2bf2e0292e
commit 8b4bbd6373

View file

@ -69,7 +69,7 @@
<body> <body>
<script> <script>
function LogSignature() { function logSignature() {
alert(document.getElementById("signature-input")); alert(document.getElementById("signature-input"));
} }
</script> </script>
@ -77,10 +77,10 @@
<div class="post"> <div class="post">
<h1><span style="color: var(--accent);">furp</span>social</h1> <h1><span style="color: var(--accent);">furp</span>social</h1>
<form method="post"> <form method="post" onsubmit="logSignature();">
<textarea id="body-input" name="body"></textarea> <textarea id="body-input" name="body"></textarea>
Signature (optional): <input id="signature-input" type="text" name="signature"><br> Signature (optional): <input id="signature-input" type="text" name="signature"><br>
<input type="submit" action="LogSignature();" value="Farp it"> <input type="submit" value="Farp it">
</form> </form>
<span style="font-size: 12px; color: grey;">Privacy Policy: The only data collected by furpsocial 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 furp as a social media platform.</span> <span style="font-size: 12px; color: grey;">Privacy Policy: The only data collected by furpsocial 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 furp as a social media platform.</span>