diff --git a/apps/routerconsole/jsp/index.jsp b/apps/routerconsole/jsp/index.jsp index e389bb15b11add69a21b1bfcbd8b0d09b1bb31a4..3056741e63e1bd09272bb087a5098d70d2ece1be 100644 --- a/apps/routerconsole/jsp/index.jsp +++ b/apps/routerconsole/jsp/index.jsp @@ -3,9 +3,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head> +<%@include file="css.jsp" %> <title>I2P Router Console - home</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<%@include file="css.jsp" %> <link rel="shortcut icon" href="/themes/console/images/favicon.ico" /> </head><body> <%