Guest User

index.html

a guest
Feb 6th, 2018
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <link href="stylesheet/style.css" rel="stylesheet" type="text/css"/>
  10. <title>TODO supply a title</title>
  11. <meta charset="UTF-8">
  12. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  13. </head>
  14. <body>
  15. <h1>Välkommen till informatik</h1>
  16.  
  17. <form method="post" action="Login">
  18. Username: <input type="text" name="txtusername" /><br><br>
  19. Password : <input type="text" name="txtpassword" id="txtpassword" /><br><br>
  20.  
  21. <input type="submit" value="Logga in" />
  22. <input type="reset" value="Clear" />
  23. </form>
  24.  
  25. </body>
  26. </html>
Add Comment
Please, Sign In to add comment