Added index.jsp for testing and dev purposes.
This commit is contained in:
14
src/jsp/index.jsp
Normal file
14
src/jsp/index.jsp
Normal file
@ -0,0 +1,14 @@
|
||||
<%@page import="net.i2p.i2pcontrol.I2PControlController" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>I2PControl</title>
|
||||
</head><body style="background-color: #000; color: #c30; font-size: 400%;">
|
||||
<h1>
|
||||
I2PControl
|
||||
</h1>
|
||||
<table cellspacing="8">
|
||||
<tr><td>Torrents:<td align="right"><%=I2PControlController.getTorrents().size()%>
|
||||
<tr><td>Peers:<td align="right"><%=I2PControlController.getTorrents().countPeers()%>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user