summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/website/images/favicon.icobin0 -> 4286 bytes
-rw-r--r--static/website/templates/index.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/static/website/images/favicon.ico b/static/website/images/favicon.ico
new file mode 100644
index 0000000..273cd7e
--- /dev/null
+++ b/static/website/images/favicon.ico
Binary files differ
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>