Advertisement
mkdarkness

Responsive HTML + Twitter Bootstrap

May 2nd, 2013
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.35 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Login | The Don</title>    <link href="/thedon/public//css/normalize.css" media="screen" rel="stylesheet" type="text/css" />
  7. <link href="/thedon/public//css/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
  8. <link href="/thedon/public//css/font-awesome.css" media="screen" rel="stylesheet" type="text/css" />
  9. <link href="/thedon/public//css/thedon.css" media="screen" rel="stylesheet" type="text/css" />
  10. <link href="/thedon/public//css/font-awesome-ie7.min.css" media="screen" rel="stylesheet" type="text/css" />
  11. <link href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" media="screen" rel="stylesheet" type="text/css" />
  12. <link href="/thedon/public//css/bootstrap-responsive.css" media="screen" rel="stylesheet" type="text/css" />    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  13. <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
  14. <script type="text/javascript" src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script></head>
  15.  
  16. <body>
  17. <div class="container-fluid span12">
  18. <form class="form-horizontal form-signin" method="post">
  19.     <center><h2>TheDon CMS</h2></center>
  20.     <div class="control-group ">
  21.         <div class="controls input-prepend">
  22.             <span class="add-on"><i class="icon-user" ></i></span>
  23.            
  24. <input type="text" name="ds_nick_usr" id="ds_nick_usr" value="" placeholder="Usuario" class="span1" />        </div>
  25.     </div>
  26.     <div class="control-group ">
  27.         <div class="controls input-prepend">
  28.             <span class="add-on"><i class="icon-key" ></i></span>
  29.            
  30. <input type="password" name="ds_password_usr" id="ds_password_usr" value="" placeholder="Senha" class="span2" />        </div>
  31.     </div>
  32.        <center> <div class="controls ">
  33.             <dt id="Logar-label">&#160;</dt><dd id="Logar-element">
  34. <input type="submit" name="Logar" id="Logar" value="Logar" class="btn btn-inverse" /></dd>        </div></center>
  35. </form>
  36. </div>
  37.  
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement