Файл: demos/ajax-demo-with-qr-helper.html
Строк: 81
<?php
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>myCaptcha | Powerful Human Verificator</title>
<meta name="description" content="Powerful Human Verificator with Dictionary Maker">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<link rel="stylesheet" href="stylesheets/app.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="sixteen columns">
<h1 class="remove-bottom" style="margin-top: 40px">myCaptcha</h1>
<h5>Powerful Human Verificator with Dictionary Maker</h5>
<hr/>
</div>
<div class="six columns clearfix" style="margin-left:220px;">
<form method="post" action="verificate.php">
<img src="captcha.png" id="challenge" width="250" height="80" alt="challenge"/>
<!-- Label and text input -->
<label for="regularInput">Write above challenge or use your Phone</label>
<input type="text" id="challengeInput" placeholder="write here..." style="width: 240px;"/>
<button id="submit" type="submit">I Hate Skynet!</button>
<a href="#" id="refresh">Refresh</a>
</form>
</div>
<div class="three columns clearfix">
<img src="qrcode.png" id="qrcode" width="150" height="150" alt="qrcode"/>
</div>
<div class="sixteen columns" style="margin: 30px 0;text-align:center;">
<h3 >Only Available at <a href="http://codecanyon.net?ref=AlternaNetworks">Codecanyon.net</a></h3>
<h6>Bad if you are Skynet!</h6>
</div>
</div>
<!-- container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-latest-min.js"></script>')</script>
<script src="js/script.js"></script>
</body>
</html>
?>