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