Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <!-- The HTML 4.01 Transitional DOCTYPE declaration-->
  3. <!-- above set at the top of the file will set -->
  4. <!-- the browser's rendering engine into -->
  5. <!-- "Quirks Mode". Replacing this declaration -->
  6. <!-- with a "Standards Mode" doctype is supported, -->
  7. <!-- but may lead to some differences in layout. -->
  8.  
  9. <html>
  10. <head>
  11. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  12. <title>Exercise 3</title>
  13. </head>
  14.  
  15. <body>
  16. <h1>Hello App Engine!</h1>
  17.  
  18. <table border="2">
  19. <tr>
  20. <td colspan="2" style="font-weight:bold;">Available Servlets:</td>
  21. </tr>
  22.  
  23. <tr>
  24. <td><a href="test_project">Test_project</a></td>
  25. </tr>
  26.  
  27. <tr>
  28. <td><a href="exercise3">Exercise 3</a></td>
  29. </tr>
  30.  
  31. <tr>
  32. <td><a href="stockdetails">Stock - Exercise 4</a></td>
  33. </tr>
  34.  
  35. </table>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement