aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/rpki/gui/app/static/img/sui-riu.icobin0 -> 6126 bytes
-rw-r--r--rpkid/rpki/gui/app/templates/base.html2
2 files changed, 2 insertions, 0 deletions
diff --git a/rpkid/rpki/gui/app/static/img/sui-riu.ico b/rpkid/rpki/gui/app/static/img/sui-riu.ico
new file mode 100644
index 00000000..61223e27
--- /dev/null
+++ b/rpkid/rpki/gui/app/static/img/sui-riu.ico
Binary files differ
diff --git a/rpkid/rpki/gui/app/templates/base.html b/rpkid/rpki/gui/app/templates/base.html
index 89f3abb9..08d0c112 100644
--- a/rpkid/rpki/gui/app/templates/base.html
+++ b/rpkid/rpki/gui/app/templates/base.html
@@ -8,6 +8,8 @@
<title>{% block title %}RPKI {% if request.session.handle %}: {{ request.session.handle }}{% endif %}{% endblock %}</title>
{% block head %}{% endblock %}
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap.min.css" media="screen">
+ <link rel="icon" href="{{ STATIC_URL }}img/sui-riu.ico" type="image/x-icon">
+ <link rel="shortcut icon" href="{{ STATIC_URL }}img/sui-riu.ico" type="image/x-icon">
<style type="text/css">
body { padding: 40px }
</style>