summaryrefslogtreecommitdiff
path: root/templates/infoscreen.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r--templates/infoscreen.html.ep8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep
index 7cdd870..0778d1f 100644
--- a/templates/infoscreen.html.ep
+++ b/templates/infoscreen.html.ep
@@ -8,12 +8,12 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- %= stylesheet '/infoscreen.css'
+ %= stylesheet '/static/infoscreen.css'
% if ($self->browser->mobile) {
- %= stylesheet '/mobile.css'
+ %= stylesheet '/static/mobile.css'
% }
- %= javascript '/jquery-2.1.1.min.js'
- %= javascript '/collapse.js'
+ %= javascript '/static/jquery-2.1.1.min.js'
+ %= javascript '/static/collapse.js'
</head>
<body>