summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Gourneau <josh@gourneau.com>2012-03-14 00:00:39 -0700
committerJoshua Gourneau <josh@gourneau.com>2012-03-14 00:00:39 -0700
commit97b9d3a453dd34eefe0527bf034053e75fe4a38c (patch)
tree48709a3803fed99acfface73de1929516bc763fe
parentee49ffc7da2a00497b741f6f396875623f80c7e8 (diff)
serve the static media with github raw. A hack for now.
-rwxr-xr-xindex.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 0e7829a..acdff0d 100755
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
<style type="text/css">
body { font: normal 100.01%/1.375 "Helvetica Neue",Helvetica,Arial,sans-serif; }
</style>
- <link rel="stylesheet" href="js/jquery.signaturepad.css">
+ <link rel="stylesheet" href="https://raw.github.com/yuvadm/pinkyswear/master/js/jquery.signaturepad.css">
<!--[if lt IE 9]><script src="js/flashcanvas.js"></script><![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
@@ -25,12 +25,12 @@
<button type="submit">I accept the terms of this agreement.</button>
</form>
- <script src="js/jquery.signaturepad.min.js"></script>
+ <script src="https://raw.github.com/yuvadm/pinkyswear/master/js/jquery.signaturepad.min.js"></script>
<script>
$(document).ready(function() {
var sig = $('.sigPad').signaturePad({drawOnly:true,errorMessage:"Write the swear",errorMessageDraw:"sign the swear bro"});
//sig.regenerate(sig);
});
</script>
- <script src="js/json2.min.js"></script>
+ <script src="https://raw.github.com/yuvadm/pinkyswear/master/js/json2.min.js"></script>
</body>