Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" href="assets/css/style.css">
  6. <link href="https://fonts.googleapis.com/css?family=Dosis:700&display=swap" rel="stylesheet">
  7.  
  8. <title>DSS console</title>
  9. </head>
  10. <body>
  11.  
  12. <div class="logo_box">
  13. <div class="logo_toptext">
  14. <h1>DSS Console <i class="far fa-window-restore"></i></h1>
  15. </div>
  16. <h1>Login</h1>
  17. <div class="textbox">
  18. <i class="fas fa-user"></i>
  19. <input type="text" placeholder="Username">
  20. </div>
  21.  
  22. <div class="textbox">
  23. <i class="fas fa-lock"></i>
  24. <input type="password" placeholder="Password">
  25. </div>
  26. <input type="button" class="button" value="Sign in">
  27. </div>
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement