I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9c5b8419 authored by z3d's avatar z3d
Browse files

I2PSnark: Add favicon.

parent fedf6d75
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ public class I2PSnarkServlet extends Default { ...@@ -169,7 +169,7 @@ public class I2PSnarkServlet extends Default {
PrintWriter out = resp.getWriter(); PrintWriter out = resp.getWriter();
out.write("<html>\n" + out.write("<html>\n" +
"<head>\n" + "<head><link rel=\"shortcut icon\" href=\"/themes/console/snark_favicon.ico\">\n" +
"<title>"); "<title>");
out.write(_("I2PSnark - Anonymous BitTorrent Client")); out.write(_("I2PSnark - Anonymous BitTorrent Client"));
out.write("</title>\n"); out.write("</title>\n");
......
installer/resources/themes/console/snark_favicon.ico

1.12 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment