added authors to index

This commit is contained in:
jonobr1 2011-01-24 23:42:20 -08:00
parent c73deb8f41
commit 7b2bdf0236

View File

@ -1,8 +1,9 @@
<html> <!doctype html>
<head> <head>
<title>GUI-DAT</title>
<link href="gui.css" media="screen" rel="stylesheet" type="text/css" /> <link href="gui.css" media="screen" rel="stylesheet" type="text/css" />
<link href="demo.css" media="screen" rel="stylesheet" type="text/css" /> <link href="demo.css" media="screen" rel="stylesheet" type="text/css" />
<!--<script type="text/javascript" src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>--> <script type="text/javascript" src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>
<script type="text/javascript" src="gui.js"></script> <script type="text/javascript" src="gui.js"></script>
<script type="text/javascript" src="controller.js"></script> <script type="text/javascript" src="controller.js"></script>
@ -26,7 +27,7 @@ var controllableObject =
window.onload = function() { window.onload = function() {
//prettyPrint(); prettyPrint();
GUI.start(); GUI.start();
@ -84,5 +85,8 @@ window.onload = function() {
}; };
</pre> </pre>
<footer>
By <a href = "#">George</a>, <a href = "#">Jono</a>, and you.
</footer>
</body> </body>
</html> </html>