diff index.html @ 2843:dae4f650193b

#155 completed
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 25 Apr 2017 12:59:41 +0100
parents 130ae66c3b25
children 84be0f28044d
line wrap: on
line diff
--- a/index.html	Tue Apr 25 12:56:45 2017 +0100
+++ b/index.html	Tue Apr 25 12:59:41 2017 +0100
@@ -24,7 +24,7 @@
 
 <body>
     <div id='topLevelBody'>
-        <h1>Web Audio Evaluation Tool</h1>
+        <h1><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.1)</a></h1>
         <h2>Start menu </h2>
         <ul>
             <li><a href="test.html?url=tests/examples/project.xml" target="_blank">APE interface test example</a></li>
@@ -51,6 +51,7 @@
         <button id="popup-previous" class="popupButton">Back</button>
     </div>
     <div class="testHalt" style="visibility: hidden"></div>
+    <div id="footer"><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.1)</a></div>
 </body>
 
 </html>