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