forked from I2P_Developers/i2p.i2p
Add doctype, <title>, <p> tags.
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
<html><body>
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||||
<meta http-equiv="Refresh" CONTENT="0;URL=http://127.0.0.1:7657/index.jsp" />
|
<html>
|
||||||
Continue to your <a href="http://127.0.0.1:7657/index.jsp">I2P Router console</a>.
|
<head>
|
||||||
If that page does not load, please make sure I2P is running, or review the file
|
<meta http-equiv="Refresh" content= "0;URL=http://127.0.0.1:7657/index.jsp">
|
||||||
wrapper.log for critical errors.
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
</body></html>
|
<title>Opening Router Console…</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Continue to your <a href="http://127.0.0.1:7657/index.jsp">I2P
|
||||||
|
Router console</a>. If that page does not load, please make sure
|
||||||
|
I2P is running, or review the file wrapper.log for critical errors.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user