summaryrefslogtreecommitdiff
path: root/templates/display.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/display.html.ep')
-rw-r--r--templates/display.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/display.html.ep b/templates/display.html.ep
index e65fdc9..4cf52a2 100644
--- a/templates/display.html.ep
+++ b/templates/display.html.ep
@@ -3,8 +3,8 @@
<head>
<title><%= $title %></title>
<meta charset="utf-8">
- %= stylesheet '/display.css'
- %= javascript '/jquery-2.1.1.min.js'
+ %= stylesheet '/static/display.css'
+ %= javascript '/static/jquery-2.1.1.min.js'
</head>
<body style="color: #<%= join(q{}, map { sprintf('%02x', $_) } @{$color} ) %>;
font-size: <%= $scale * 100 %>%;">