diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 11:17:46 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 11:17:46 +0100 |
commit | 8695b61e3787009df59d7fc9a013bb4a1522d630 (patch) | |
tree | 883e260a2fdad1b6f39eefbb9bcd815ac7eb8715 /templates/infoscreen.html.ep | |
parent | 5fab5f4516b7c01c7e6b920f9d9f6280275e929d (diff) |
move static files into separate subdirectory for easy static serving
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r-- | templates/infoscreen.html.ep | 8 |
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> |