Skip to content

Instantly share code, notes, and snippets.

@whackashoe
Created October 15, 2012 01:26
Show Gist options
  • Save whackashoe/3890376 to your computer and use it in GitHub Desktop.
Save whackashoe/3890376 to your computer and use it in GitHub Desktop.
Loading stylesheets and javascript for IMLCaptcha
<html>
<head>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" media="screen" href="imlcaptcha/default.css" />
</head>
<body>
</body>
</html>
<script src="imlcaptcha/jquery.js"></script>
<script src="imlcaptcha/speakGenerator.js"></script>
<script src="imlcaptcha/speakClient.js"></script>
<script src="imlcaptcha/IMLCaptcha.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment