Ver código fonte

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

Thomas Rake 10 anos atrás
pai
commit
d838583960
1 arquivos alterados com 1 adições e 0 exclusões
  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>