I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f188e02a authored by zzz's avatar zzz
Browse files

move css include up to possibly reduce servlet borkage

parent 4d005349
No related branches found
No related tags found
No related merge requests found
......@@ -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>
<%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment