OSDN Git Service

init bot
[traindelaybot/source.git] / workspace / TrainDelayBot / war / index.html
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>Hello App Engine</title>
13   </head>
14
15   <body>
16     <h1>Hello App Engine!</h1>
17         
18     <table>
19       <tr>
20         <td colspan="2" style="font-weight:bold;">Available Servlets:</td>        
21       </tr>
22       <tr>
23         <td><a href="traindelaybot">TrainDelayBot</a></td>
24       </tr>
25     </table>
26   </body>
27 </html>