summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index c2cec1f..a258d42 100755
--- a/index.html
+++ b/index.html
@@ -15,14 +15,14 @@
<form method="post" action="/s" class="sigPad">
<label for="name">Your swear</label>
<input type="text" name="name" id="name" class="name">
- <p class="drawItDesc">Draw your signature</p>
+ <p class="drawItDesc">Draw your signature</p>`
<a class="clearButton" href="#">clear</a>
<div class="sig sigWrapper">
<div class="typed"></div>
<canvas class="pad" width="198" height="55"></canvas>
<input type="hidden" name="output" class="output">
</div>
- <button type="submit">I accept the terms of this agreement.</button>
+ <button type="submit">I pinky swear</button>
</form>
<script src="https://raw.github.com/yuvadm/pinkyswear/master/js/jquery.signaturepad.min.js"></script>