Advertisement
Guest User

index

a guest
Dec 19th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. <script>
  6. function userMain() {
  7.  
  8. //var x = location.search;
  9. //document.getElementById("write").innerHTML = window.location.search;
  10. //var x = document.getElementById("username").value;
  11.  
  12. //document.getElementById("userLogIn").innerHTML = Welcome, x;
  13. }
  14. </script>
  15. <style>
  16. body {
  17. background-color: #3366FF;
  18. }
  19.  
  20. h1 {
  21. color: yellow;
  22. text-align: center;
  23. font-family: Georgia;
  24. }
  25. h2 {
  26. color: white;
  27. text-align: center;
  28. font-family: Georgia;
  29. }
  30.  
  31. h3 {
  32. color: yellow;
  33. font-family: Georgia;
  34.  
  35. }
  36.  
  37. </style>
  38. </head>
  39. <body>
  40.  
  41. <center>
  42. <p><img src="Nimbus_Cloud_Logo.png" alt="Nimbus Cloud Logo" style="width:304px;height:228px"></p>
  43. <h1>Welcome to the Nimbus Cloud Storage System!</h1>
  44.  
  45. <form action ="login.php" method="post">
  46. <p><h2>Username : <input type="text" name="username"></h2></p>
  47. <h2>Password : <input type="password" name="pw"></h2><br>
  48. <p><input type="submit" value="Log In"></p></a>
  49. </form>
  50.  
  51. <p><font color=yellow >Haven't got an account?</font></p>
  52. <h3><a href="registration.php">Sign up!</a></h3>
  53.  
  54. <div id="footer">
  55. Copyright (c) Nimbus Cloud
  56. </div>
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement