Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html >
  3. <head>
  4.  
  5. <meta charset="UTF-8">
  6. <title>Login Panel</title>
  7.  
  8.  
  9.  
  10.  
  11. <link rel="stylesheet" href="css/style.css">
  12.  
  13.  
  14.  
  15.  
  16. </head>
  17.  
  18. <body>
  19.  
  20. <video autoplay loop muted poster="1.jpg" id="video-bg">
  21.  
  22. <source src="bg.mp4" type="video/mp4">
  23.  
  24. </video>
  25.  
  26. <div class="login">
  27. <div class="heading">
  28. <h2>Zaloguj się</h2>
  29. <form action="#">
  30.  
  31. <div class="input-group input-group-lg">
  32. <span class="input-group-addon"><i class="fa fa-user"></i></span>
  33. <input type="text" class="form-control" placeholder="Nick">
  34. </div>
  35.  
  36. <div class="input-group input-group-lg">
  37. <span class="input-group-addon"><i class="fa fa-lock"></i></span>
  38. <input type="password" class="form-control" placeholder="Hasło">
  39. </div>
  40.  
  41. <button type="submit" class="float">Zaloguj</button>
  42. </form>
  43. </div>
  44. </div>
  45.  
  46.  
  47.  
  48.  
  49. <audio autoplay="true" src="songs/1.ogg">
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement