diff options
Diffstat (limited to 'views/layout.pug')
-rw-r--r-- | views/layout.pug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/layout.pug b/views/layout.pug index 68a7399..3c6cd2a 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -2,6 +2,7 @@ doctype html html head title= title - link(rel='stylesheet', href='/styles/style.css') + script(src='/app.js') + link(rel='stylesheet', href='/app.css') body block content |