Advertisement
Guest User

html

a guest
Feb 28th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Dentistry Login</title>
  5. <script src="demo.js"></script>
  6. <link rel="stylesheet" href="demo.css">
  7. <applet code="Calendar.java" archive="calendar.jar" width = "500" height = "500"></applet>
  8. </head>
  9. <body>
  10. <div class = "container" id="c">
  11. <form id="loginForm" method="post" name="form1">
  12. <span>Username:</span>
  13. <input type="text" id="username" name="username">
  14. <span>Password:</span>
  15. <input type="password" id="pass" name="pass">
  16. <input type="button" value="Login" id="submit" onclick="login()">
  17. </form>
  18. </div>
  19. <div class = "home" id="home">
  20.  
  21. </div>
  22. <footer id="footer">
  23. <span>&copy;Dentistry</span>
  24. </footer>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement