diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..4924b80 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..b5a00fa Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..af02361 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..3b5148e Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/base.html b/templates/base.html index ed2f505..1f29f53 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,6 +22,12 @@ + + + + + + {% block extra_css %}{% endblock %}