Advertisement
Underworld1337

Untitled

Jan 4th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <h3>Login</h1>
  2. <p>Diese Seite verwendet Cookie. Deal with it oder Tsch&ouml;!</p>
  3. <form id="login_form" method="post" action="#">
  4.   <div class="input-group margin-bottom-sm">
  5.     <span class="input-group-addon"><i class="fa fa-user fa-fw"></i></span>
  6.     <input id="login_name" class="form-control" type="text" name="name" placeholder="Username">
  7.   </div>
  8.   <div class="input-group">
  9.     <span class="input-group-addon"><i class="fa fa-key fa-fw"></i></span>
  10.     <input id="login_pw" class="form-control" type="password" name="pw" placeholder="Password">
  11.   </div>
  12.   <button id="login_submit" type="submit" class="btn btn-primary">Login</button>
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement