test log signature

This commit is contained in:
awesomeuser 2023-08-02 21:01:14 +00:00
parent 3a15ac0c05
commit 2bf2e0292e

View file

@ -67,14 +67,20 @@
</style>
</head>
<body>
<script>
function LogSignature() {
alert(document.getElementById("signature-input"));
}
</script>
<div class="post">
<h1><span style="color: var(--accent);">furp</span>social</h1>
<form method="post">
<textarea id="body-input" name="body"></textarea>
Signature (optional): <input type="text" name="signature"><br>
<input type="submit">
<textarea id="body-input" name="body"></textarea>
Signature (optional): <input id="signature-input" type="text" name="signature"><br>
<input type="submit" action="LogSignature();" value="Farp it">
</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>