Update index.php

This commit is contained in:
awesomeuser 2023-08-04 15:31:22 +00:00
parent 929bb75c22
commit c0ffc9391c

View file

@ -19,7 +19,7 @@
} }
#content-column { #content-column {
flex: 2; flex: 1;
} }
#canvas-input { #canvas-input {
@ -100,9 +100,8 @@
<h1 style="margin-bottom: 4px;"><span style="color: var(--accent);">furp</span>social</h1> <h1 style="margin-bottom: 4px;"><span style="color: var(--accent);">furp</span>social</h1>
<form method="post" action="farp.php"> <form method="post" action="farp.php">
Test canvas for oekaki:<br> Draw here:<br>
<canvas id="canvas-input" width="128" height="64"></canvas> <canvas id="canvas-input" width="128" height="64"></canvas>
<textarea id="body-input" name="body"></textarea>
Signature (optional): <input id="signature-input" onchange="logSignature();" type="text" name="signature"> Signature (optional): <input id="signature-input" onchange="logSignature();" type="text" name="signature">
<input type="submit" value="Farp it"> <input type="submit" value="Farp it">
</form> </form>