diff options
author | r <r@freesoftwareextremist.com> | 2020-10-20 05:12:39 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-10-20 05:12:39 +0000 |
commit | 9a82a7d91492e3143332d98a6cea1dd644913287 (patch) | |
tree | 26d5d7f8daff86fd7abb8ed537d38dbb7a16a667 | |
parent | 65cd928041ff1342dd6669c987cf636441207a69 (diff) | |
download | bloat-9a82a7d91492e3143332d98a6cea1dd644913287.tar.gz bloat-9a82a7d91492e3143332d98a6cea1dd644913287.zip |
Add favicon
-rw-r--r-- | static/favicon.png | bin | 0 -> 685 bytes | |||
-rw-r--r-- | templates/root.tmpl | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/static/favicon.png b/static/favicon.png Binary files differnew file mode 100644 index 0000000..89ea117 --- /dev/null +++ b/static/favicon.png diff --git a/templates/root.tmpl b/templates/root.tmpl index 2a9670d..b0c334a 100644 --- a/templates/root.tmpl +++ b/templates/root.tmpl @@ -3,6 +3,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + <link rel="icon" type="image/png" href="static/favicon.png"> <title>{{.Title}}</title> </head> <frameset cols="420px,*"> |