diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-09-04 22:17:14 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-09-04 22:17:14 +0200 |
commit | fd7262bebcd6aff7e3ad229bd9e737816a2b23bc (patch) | |
tree | 6b82b7ee03e6d4c3083aff436cf2a9543af46a2a /views/layout.jade |
Init commit
Diffstat (limited to 'views/layout.jade')
-rw-r--r-- | views/layout.jade | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/layout.jade b/views/layout.jade new file mode 100644 index 0000000..4af4668 --- /dev/null +++ b/views/layout.jade @@ -0,0 +1,11 @@ +doctype html +html + head + title Metis Rooster + meta(name='theme-color',content='#F44336') + meta(name='viewport', content='width=device-width, initial-scale=1') + link(rel='stylesheet', href='/stylesheets/style.css') + script(async, defer, src='/javascripts/bundle.js') + link(href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet') + body + block content |