Additional files for the Jetty webserver ======================================== Copy the _resources/ folder to docroot/ of your eepsite for custom 403/404 error pages, and rename to .resources (files with a . prefix are hidden from directory listings). If you're running Windows, rename the folder to .resources. and Explorer will do the rest! Feel free to modify the html to suit your needs. Alternative 404 pages are supplied.. rename the existing 404.html file and then rename the desired 404_*.html file to 404.html to activate. Note that without 404.html and 403.html present in the .resources folder, jetty will be unable to display error messages correctly. The index.html file will redirect users to your homepage in the event they attempt to view the contents of .resources/ Note: As of I2P+ 0.9.46+ you only need to copy a jetty-dir.css file to the .resources/ directory to enable custom directory listings site-wide. In the event that no jetty-dir.css is present, I2P+ will use an enhanced fallback style. If you have an earlier version of the jetty-dir.css file in .resources/, replace it with the version supplied with this update. The supplied jetty-dir.css file provides both a light and dark theme in the same file - the theme displayed to the user is dependent on his browser / desktop environment configuration. An alternative dark green jetty-dir.css file is supplied as an alternative; to use, rename the existing jetty-dir.css and then rename jetty-dir.css.darkgreen to jetty-dir.css to activate (as seen on http://linuxfarm.i2p/files). Note: As of 1.6.1+, the default jetty-dir.css file contains support for both light & dark themes, and both supplied themes update the embedded file icons to use svg images for improved clarity.