test log signature
This commit is contained in:
parent
3a15ac0c05
commit
2bf2e0292e
1 changed files with 9 additions and 3 deletions
12
index.php
12
index.php
|
@ -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>
|
||||
|
|
Reference in a new issue