Advertisement
Guest User

html

a guest
Apr 24th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href= "mycss.css">
  4. <title> Login</title>
  5. <h1 style ="text-align:center; font-family:Comic Sans MS"> <b> Weather Forecast
  6.  </b></h1>
  7. </head>
  8.     <body>
  9.     <form action = "index.php">
  10. <center>
  11. <fieldset>
  12. <legend>Login</legend>
  13. <input type="text"  placeholder="username" name="user"/>
  14. <br>
  15. <input type="submit" value="Login" />
  16. <br>
  17. <input type="button" value="Current London Weather" onClick="parent.location='api.php'">
  18. </fieldset>
  19. </center></form>
  20.         <br>
  21.         <br>
  22.         <br>
  23.         <br>
  24.         <br>
  25.         <br>
  26.         <br>
  27.         <br>
  28. <input type="button" value="Register" onClick="parent.location='Register.html'">
  29. </body>
  30.  
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement