summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-05 10:17:57 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-05 10:17:57 +0200
commitd3b9d2f4e68d7074f00bdff230de3f427e36e671 (patch)
tree6488adf078a0194c7c56e2086e626a72957e5643 /templates
parent871287f1af916891f63c2b7d7c5ec09d5452d5c9 (diff)
Add favicon (Material Design "train" icon, for now)
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/default.html.ep7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 174f354..0e9f4c5 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -6,6 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Abfahrtsmonitor, Bahnhofstafel, Abfahrten, Abfahrtstafel, ICE, IC, RE, RB, S-Bahn">
<meta name="description" content="Inoffizieller Abfahrtsmonitor für Bahnhöfe der DB">
+ <link rel="icon" type="image/png" href="/static/icons/icon-16x16.png" sizes="16x16">
+ <link rel="icon" type="image/png" href="/static/icons/icon-32x32.png" sizes="32x32">
+ <link rel="icon" type="image/png" href="/static/icons/icon-96x96.png" sizes="96x96">
+ <link rel="apple-touch-icon" href="/static/icons/icon-120x120.png">
+ <link rel="apple-touch-icon" sizes="180x180" href="/static/icons/icon-180x180.png">
+ <link rel="apple-touch-icon" sizes="152x152" href="/static/icons/icon-152x152.png">
+ <link rel="apple-touch-icon" sizes="167x167" href="/static/icons/icon-167x167.png">
% if ($self->stash('refresh_interval')) {
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }