aboutsummaryrefslogtreecommitdiffstats
path: root/jsquery/src/main/webapp/index.html
blob: 6e18b6cdb7e6c858c61b18476076b615df5699d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <script type="text/javascript">
       // a workaround for capturing and passing gwt.codesvr parameter in development mode
       function goTo(location) {
          window.location = location + window.location.search;
       }
    </script>
    <ul>
	<li><a href="javascript:goTo('jsquery/JsQuery.html')">JsQuery.html</a></li>
	<li><a href="javascript:goTo('jsmenu/demo.html')">jquery.menu.html</a></li>
    </ul>
  </body>
</html>