Explorar o código

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

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
25b30f0958
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  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>