summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Gourneau <josh@gourneau.com>2012-03-14 10:53:15 -0700
committerJoshua Gourneau <josh@gourneau.com>2012-03-14 10:53:15 -0700
commit3bfc07c4d83aa49893013ce750743cce6581313c (patch)
tree431ba2d19783f68a0d352d6e16a433a70a26cbd3
parent549b3c60b063617bb23e231ad686672aa1f26ce8 (diff)
changed the submit button
-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>