From 6df10e54986119c3fdcb4d275100be1aea971761 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 20 Jun 2026 11:06:38 +0200 Subject: [PATCH] Add favicon matching the crossed-swords brand icon. Co-authored-by: Cursor --- static/favicon.svg | 11 +++++++++++ templates/index.html | 1 + templates/landing.html | 1 + 3 files changed, 13 insertions(+) create mode 100644 static/favicon.svg diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..07e75b8 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/templates/index.html b/templates/index.html index 7b1e45a..5a1be4d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,7 @@ Idle Fantasy Viewer + {% include '_analytics.html' %} diff --git a/templates/landing.html b/templates/landing.html index 0369b0f..b3bd389 100644 --- a/templates/landing.html +++ b/templates/landing.html @@ -4,6 +4,7 @@ Idle Fantasy Viewer + {% include '_analytics.html' %}