add tools
This commit is contained in:
parent
ce3acc7fcc
commit
189a226782
1 changed files with 11 additions and 2 deletions
13
index.php
13
index.php
|
@ -121,9 +121,16 @@
|
|||
<div class="post" style="border-top-left-radius: 0; border-top-right-radius: 0;">
|
||||
<h1 style="margin-bottom: 4px;"><span style="color: var(--accent);">furp</span>social</h1>
|
||||
|
||||
Draw here:<br>
|
||||
<canvas id="canvas-input" width="128" height="64"></canvas>
|
||||
|
||||
<div style="border: 1px solid grey;">
|
||||
<button type="button">Pen</button>
|
||||
<button type="button">Eraser</button>
|
||||
<button type="button" style="float: right;">Clear</button>
|
||||
</div>
|
||||
|
||||
<form method="post" action="farp.php">
|
||||
Draw here:<br>
|
||||
<canvas id="canvas-input" width="128" height="64"></canvas>
|
||||
<input id="image-bits" type="text" name="image-bits">
|
||||
|
||||
Signature (optional): <input id="signature-input" onchange="logSignature();" type="text" name="signature">
|
||||
|
@ -195,9 +202,11 @@
|
|||
|
||||
<!--<h1 class="feed-header">Farp highlights</h1>-->
|
||||
|
||||
<!--
|
||||
<div class="post">
|
||||
Furp social is currently under construction as we implement oekaki farping. Come back soon!
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue