Skip to content

Commit

Permalink
Adding icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jun 9, 2018
1 parent 1b03d0b commit 3aec9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/Globals.java
Expand Up @@ -4,7 +4,7 @@

public class Globals
{
public static final String VERSION = "1.0.6";
public static final String VERSION = "1.0.6-dev";

public static final int POW_LOOK_PASSES = 6;

Expand Down
1 change: 1 addition & 0 deletions shackleton/src/WebServer.java
Expand Up @@ -337,6 +337,7 @@ private void addHeader(PrintStream out)
out.println("<head>");
out.println("<title>Snowblossom " + params.getNetworkName() + "</title>");
out.println("<link rel='stylesheet' type='text/css' href='https://snowblossom.org/style-fixed.css' />");
out.println("<link REL='SHORTCUT ICON' href='https://snowblossom.org/snow-icon.png' />");
out.println("</head>");
out.println("<body>");
out.print("<a href='/'>House</a>");
Expand Down

0 comments on commit 3aec9dd

Please sign in to comment.