Files
i2p.itoopie/apps/i2pbote/WebContent/newIdentity.jsp
2009-11-16 07:28:14 +00:00

13 lines
398 B
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ taglib prefix="ib" uri="I2pBoteTags" %>
<jsp:include page="header.jsp">
<jsp:param name="title" value="New Email Identity"/>
</jsp:include>
<ib:createKeyPair/>
<jsp:include page="footer.jsp"/>