src/de/uhilger/wbx/web/ViewServlet.java | ●●●●● patch | view | raw | blame | history |
src/de/uhilger/wbx/web/ViewServlet.java
@@ -57,7 +57,8 @@ private void printHeader(ServletOutputStream out) throws IOException { out.print("<!DOCTYPE html><html><head>"); out.print("<link rel=\"stylesheet\" type=\"text/css\" href=\"/jslib/bootstrap/css/bootstrap.min.css\">"); out.print("</head><body>"); out.print("<link rel=\"stylesheet\" type=\"text/css\" href=\"stile.css\">"); out.print("</head><body class=\"p-3\">"); } private void printFooter(ServletOutputStream out) throws IOException {