Update index.php
This commit is contained in:
parent
929bb75c22
commit
c0ffc9391c
1 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
|
||||
#content-column {
|
||||
flex: 2;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#canvas-input {
|
||||
|
@ -100,9 +100,8 @@
|
|||
<h1 style="margin-bottom: 4px;"><span style="color: var(--accent);">furp</span>social</h1>
|
||||
|
||||
<form method="post" action="farp.php">
|
||||
Test canvas for oekaki:<br>
|
||||
Draw here:<br>
|
||||
<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">
|
||||
<input type="submit" value="Farp it">
|
||||
</form>
|
||||
|
|
Reference in a new issue