App Engine Java SDK version 1.9.1
[gae.git] / java / demos / new_project_template / war / index.html
blob82e4a36c7a692013b6b8ccba782a5814e1af7fcb
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. -->
9 <html>
10 <head>
11 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
13 <title>Hello App Engine</title>
14 </head>
16 <body>
17 <h1>Hello App Engine!</h1>
19 <table>
20 <tr>
21 <td colspan="2" style="font-weight:bold;">Available Servlets:</td>
22 </tr>
23 <tr>
24 <td><a href="helloappengine"/>HelloAppEngineServlet</td>
25 </tr>
26 </table>
27 </body>
28 </html>