server/src/main/webapp/index.html
author ymh <ymh.work@gmail.com>
Thu, 16 Aug 2012 16:01:49 +0200
changeset 14 f7d9fe3ef6f3
parent 9 2ab67fa1e78d
child 47 267d67791e05
permissions -rw-r--r--
Merge with f21792c7b0ab2928e5e7a7c10dff8dde78c0f39e

<!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>