Changeset 16 for src/main/webapp
- Timestamp:
- 09/22/20 08:52:08 (4 years ago)
- Location:
- src/main/webapp
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/index.jsp
r2 r16 1 1 <html> 2 <head> 3 <title>profiles server</title> 4 <link rel="stylesheet" type="text/css" href="css/list.css" /> 5 6 </head> 2 7 <body> 3 8 <h1>GeniusWeb Domains and Profiles Server.</h1> … … 10 15 </h1> 11 16 12 The list of currently available profiles is <a 13 href="websocket/list.xhtml">here</a>.<br> The list of domain and14 profile files is browsable <a href="domainsrepo">here</a>. Notice that15 these may contain files with errors, and thus are not available for16 use.17 The list of currently available profiles is <aa 18 onclick="window.location='list.xhtml'+window.location.search;">here</aa>.<br> 19 The list of domain and profile files is browsable <a 20 href="domainsrepo">here</a>. Notice that these may contain files with 21 errors, and thus are not available for use. 17 22 <p> 18 23 For creating a profile or adding it to the server please check the <a 19 24 href="https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebProfilesServer">wiki</a>. 25 20 26 21 27 </body>
Note:
See TracChangeset
for help on using the changeset viewer.