summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/helloworld-jsp-gae-contribution/war/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rfeng/helloworld-jsp-gae-contribution/war/index.html')
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/index.html b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/index.html
new file mode 100644
index 0000000000..1df9a9cf2c
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/index.html
@@ -0,0 +1,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>