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' %}