From 36f615135f1bf4f3dd4917489fe5cef706f4b324 Mon Sep 17 00:00:00 2001 From: Wim Vanderbauwhede Date: Tue, 13 Mar 2018 09:37:55 +0000 Subject: A small patch to show the instance name and favicon in the browser title bar. --- priv/static/static/favicon.png | Bin 0 -> 2411 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 priv/static/static/favicon.png (limited to 'priv/static') diff --git a/priv/static/static/favicon.png b/priv/static/static/favicon.png new file mode 100644 index 000000000..f83d923bb Binary files /dev/null and b/priv/static/static/favicon.png differ -- cgit v1.2.3 From 2b2fa94e9445185060ce1704a67b0f8e43e9ef2d Mon Sep 17 00:00:00 2001 From: lain Date: Tue, 13 Mar 2018 14:58:49 +0100 Subject: Move stuff around. --- priv/static/favicon.png | Bin 0 -> 2411 bytes priv/static/static/favicon.png | Bin 2411 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 priv/static/favicon.png delete mode 100644 priv/static/static/favicon.png (limited to 'priv/static') diff --git a/priv/static/favicon.png b/priv/static/favicon.png new file mode 100644 index 000000000..f83d923bb Binary files /dev/null and b/priv/static/favicon.png differ diff --git a/priv/static/static/favicon.png b/priv/static/static/favicon.png deleted file mode 100644 index f83d923bb..000000000 Binary files a/priv/static/static/favicon.png and /dev/null differ -- cgit v1.2.3