source: src/main/webapp/index.jsp@ 10

Last change on this file since 10 was 4, checked in by bart, 5 years ago

Fixed performance issue with some computers

File size: 401 bytes
Line 
1<html>
2<body>
3<h1>GeniusWeb Run Server</h1>
4
5<a href="newsession.xhtml">new session</a>
6<br>
7<a href="newtournament.xhtml">new tournament</a>
8<br>
9<a href="running.xhtml">view currently running negotiations</a>
10<br>
11<a href="log">view logs</a>
12<p>
13 For help and more info, please refer to the <a href="https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebRunServer"> run server page</a>.
14</body>
15</html>
Note: See TracBrowser for help on using the repository browser.