WebBox Klassenbibliothek
ulrich
2017-03-03 7d6a5154968ff61ddb069c6819f845e301994be8
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 {