Browse Source

Added link to hello/My First Amber Project to index.html

Thomas Rake 10 years ago
parent
commit
d838583960
1 changed files with 1 additions and 0 deletions
  1. 1 0
      index.html

+ 1 - 0
index.html

@@ -5,6 +5,7 @@
 <body>
 	<ul>
 		<li><a href="./googlecharts/index.html">Google Charts Example</a></li>
+		<li><a href="./hello/index.html">Hello - My First Amber Project</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>