root/src/jsp/index.jsp
@
2249b695ab5a49e77eda41dcf226af413e59cd48
| Revision 2249b695ab5a49e77eda41dcf226af413e59cd48, 403 bytes (checked in by dev@…, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <%@page import="net.i2p.i2pcontrol.I2PControlController" %> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>I2PControl</title> |
| 5 | </head><body style="background-color: #000; color: #c30; font-size: 400%;"> |
| 6 | <h1> |
| 7 | I2PControl |
| 8 | </h1> |
| 9 | <table cellspacing="8"> |
| 10 | <tr><td>Status:<td align="right"><%=I2PControlController.getTestString()%> |
| 11 | <tr><td>Status again:<td align="right"><%=I2PControlController.getTestString()%> |
| 12 | </table> |
| 13 | </body> |
| 14 | </html> |
Note: See TracBrowser
for help on using the browser.
