aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/layout.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.pug')
-rw-r--r--views/layout.pug3
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