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
|
@ -68,13 +68,19 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function LogSignature() {
|
||||||
|
alert(document.getElementById("signature-input"));
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<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">
|
||||||
<textarea id="body-input" name="body"></textarea>
|
<textarea id="body-input" name="body"></textarea>
|
||||||
Signature (optional): <input type="text" name="signature"><br>
|
Signature (optional): <input id="signature-input" type="text" name="signature"><br>
|
||||||
<input type="submit">
|
<input type="submit" action="LogSignature();" 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>
|
||||||
|
|
Reference in a new issue