From 5efd19e4e064598f2a3b0f558422782d4bfa4564 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Tue, 8 Nov 2011 21:26:39 +0000
Subject: [PATCH] Add doctype, <title>, <p> tags.

---
 installer/resources/startconsole.html | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/installer/resources/startconsole.html b/installer/resources/startconsole.html
index adaf4d8d52..485068a92b 100644
--- a/installer/resources/startconsole.html
+++ b/installer/resources/startconsole.html
@@ -1,6 +1,13 @@
-<html><body>
-<meta http-equiv="Refresh" CONTENT="0;URL=http://127.0.0.1:7657/index.jsp" />
-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.
-</body></html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<meta http-equiv="Refresh" content= "0;URL=http://127.0.0.1:7657/index.jsp">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Opening Router Console&hellip;</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>
-- 
GitLab