
Jack the Tapper Login HTML
By: a guest on
Apr 14th, 2012 | syntax:
HTML | size: 1.51 KB | hits: 23 | expires: Never
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jack the Tapper</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="{$base_dir}libs/js/jack.off.js"></script>
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1.0,maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="{$base_dir}libs/css/style.css">
</head>
<body>
<h1 class="logo">Jack the Tapper</h1>
<form class="account login" action="">
<div class="image">
<img src="{$base_dir}libs/images/old_guy.jpg">
</div>
<label for="phone_number">Email:</label>
<input type="number" name="phone_number" id="phone_number" autocapitalize="off" placeholder="Number">
<label for="pin">Password:</label>
<input name="pin" id="pin" type="password" placeholder="PIN">
<button type="submit">Fuck this</button>
</form>
<!--<div class="space">
Fucking iPhone sucks balls.
</div>-->
<noscript>TURN YOUR FUCKING JAVASCRIPT ON</noscript>
<div class="map">
<!--
<iframe frameborder="0" scrolling="no" src="http://maps.google.co.uk/?ie=UTF8&ll=51.495065,-0.131836&z=12&output=embed"></iframe>
-->
</div>
</body>
</html>