Browse Source

add basic index.html file as an entry point for the webbrowser examples

Manfred Kroehnert 11 years ago
parent
commit
25b30f0958
1 changed files with 14 additions and 0 deletions
  1. 14 0
      index.html

+ 14 - 0
index.html

@@ -0,0 +1,14 @@
+<html>
+<head>
+	<title>Amber Examples</title>
+</head>
+<body>
+	<ul>
+		<li><a href="./googlecharts/index.html">Google Charts Example</a></li>
+		<li><a href="./presentation/index.html">Amber Presentations</a></li>
+		<li><a href="./processing/index.html">Amber Example using Processing.js</a></li>
+		<li><a href="./trysmalltalk/index.html">Prof Stef Tutorial</a></li>
+		<li><a href="./twitterwall/index.html">Twitterwall Example</a></li>
+	</ul>
+</body>
+</html>