Advertisement
Guest User

index.html

a guest
Aug 29th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2.  
  3. <head>
  4. <title>Hotel Management</title>
  5. </head>
  6.  
  7. <body bgcolor="megenta">
  8. <h1><center>Hotel Management</center></h1>
  9. <center><a href="login.html"><input type="Button" value="Login form"></a>
  10. <a href="hotelinfo.html"><input Type="Button" value="Hotel Information"></a>
  11. <a href="Online.html"><input Type="Button" value="Online Resevation"></a>
  12. <br><br>
  13.  
  14. <p id="demo"></p>
  15. </center>  
  16.  
  17.        
  18.  
  19.     </script>
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement