Skip to content

Commit fcedd80

Browse files
committed
Add favicon.ico to the DirectoryDiffView
1 parent 2d452a3 commit fcedd80

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/main/java/gui/webdiff/dir/DirectoryDiffView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ public void renderOn(HtmlCanvas html) throws IOException {
332332
.head()
333333
.meta(charset("utf8"))
334334
.meta(name("viewport").content("width=device-width, initial-scale=1.0"))
335+
.link(w -> w.write(" rel=\"icon\" type=\"image/x-icon\" href=\"/favicon.ico\""))
335336
.title().content("RefactoringMiner")
336337
.macros().stylesheet(WebDiff.BOOTSTRAP_CSS_URL)
337338
.macros().javascript(WebDiff.JQUERY_JS_URL)

src/main/resources/web/favicon.ico

330 KB
Binary file not shown.

0 commit comments

Comments
 (0)