diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/website/images/favicon.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | static/website/templates/index.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/static/website/images/favicon.ico b/static/website/images/favicon.ico Binary files differnew file mode 100644 index 0000000..273cd7e --- /dev/null +++ b/static/website/images/favicon.ico diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 88abbf8..10ad140 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -8,6 +8,7 @@ <link href="{% static 'website/css/fullscreen.css'%}" rel="stylesheet"/> <link href="{% static 'website/css/monokai.css' %}" rel="stylesheet"/> <link href="{% static 'website/css/main.css' %}" rel="stylesheet"/> + <link rel="shortcut icon" type="image/png" href="{% static 'website/images/favicon.ico' %}"/> {% dajaxice_js_import %} </head> <body> |