--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/main/webapp/index.html Thu Aug 16 14:14:09 2012 +0200
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <title>My Cooperative Web Application</title>
+ <script type="text/javascript" src="js/config.js"></script>
+ <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/dojo/1.7.0/dojo/dojo.js" data-dojo-config="isDebug: true, parseOnLoad: true"></script>
+ <script data-main="main" src="js/main.js"></script>
+ </head>
+ <body>
+ </body>
+</html>