%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@include file="css.jsi" %>
<%=intl.title("home")%>
<%
String consoleNonce = System.getProperty("router.consoleNonce");
if (consoleNonce == null) {
consoleNonce = Long.toString(new java.util.Random().nextLong());
System.setProperty("router.consoleNonce", consoleNonce);
}
%>
<%@include file="xhr1.jsi" %>
<%=intl._("Welcome to I2P")%>
" />
<%
if (newshelper.shouldShowNews()) {
java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getRouterDir(), "docs/news.xml");
%>
<%=intl._("Latest I2P News")%>
<%
} // shouldShowNews()
%>
" />
" />
<%=intl._("Eepsites of Interest")%>
<%=intl._("Local Services")%>