summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/helloworld-jsp-google-appengine/war/index.html
blob: 1df9a9cf2c6fb974d92647949095c277a60b3c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
<!-- above set at the top of the file will set     -->
<!-- the browser's rendering engine into           -->
<!-- "Quirks Mode". Replacing this declaration     -->
<!-- with a "Standards Mode" doctype is supported, -->
<!-- but may lead to some differences in layout.   -->

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>SCA Cloud on Google App Engine</title>
</head>

<body>
<h1>Tuscany SCA on Google App Engine</h1>

<table>
	<tr>
		<td colspan="2" style="font-weight: bold;">Available Servlets:</td>
	</tr>
	<tr>
		<td><a href="hello.jsp" />First SCA Application - Hello World!</td>
	</tr>
	<tr>
		<td><a href="helloworld" />A Simple HelloWorld without SCA</td>
	</tr>
	<tr>
	<td><a href="https://appengine.google.com/">Admin</a></td>
	</tr>
</table>
<p>
Brought to you by: <a href="http://tuscany.apache.org">Apache Tuscany - http://tuscany.apache.org</a>
<p>
</body>
</html>