Guest User

Jack the Tapper Login HTML

a guest
Apr 14th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>Jack the Tapper</title>
  6.        
  7.         <!--[if lt IE 9]>
  8.         <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  9.         <![endif]-->
  10.        
  11.         <script src="http://code.jquery.com/jquery-latest.min.js"></script>
  12.         <script src="{$base_dir}libs/js/jack.off.js"></script>
  13.        
  14.         <meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1.0,maximum-scale=1.0">
  15.         <meta name="apple-mobile-web-app-capable" content="yes">
  16.         <meta name="apple-mobile-web-app-status-bar-style" content="black">
  17.        
  18.         <link rel="stylesheet" href="{$base_dir}libs/css/style.css">
  19.     </head>
  20.    
  21.     <body>
  22.    
  23.         <h1 class="logo">Jack the Tapper</h1>
  24.    
  25.         <form class="account login" action="">
  26.             <div class="image">
  27.                 <img src="{$base_dir}libs/images/old_guy.jpg">
  28.             </div>
  29.            
  30.             <label for="phone_number">Email:</label>
  31.             <input type="number" name="phone_number" id="phone_number" autocapitalize="off" placeholder="Number">
  32.  
  33.             <label for="pin">Password:</label>
  34.             <input name="pin" id="pin" type="password" placeholder="PIN">
  35.            
  36.             <button type="submit">Fuck this</button>
  37.         </form>
  38.        
  39.         <!--<div class="space">
  40.              Fucking iPhone sucks balls.
  41.         </div>-->
  42.        
  43.         <noscript>TURN YOUR FUCKING JAVASCRIPT ON</noscript>
  44.         <div class="map">
  45.             <!--
  46.                 <iframe frameborder="0" scrolling="no" src="http://maps.google.co.uk/?ie=UTF8&amp;ll=51.495065,-0.131836&amp;z=12&amp;output=embed"></iframe>
  47.             -->
  48.         </div>
  49.     </body>
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment