aboutsummaryrefslogtreecommitdiff
path: root/src/include/head.jade
diff options
context:
space:
mode:
authorCamil Staps2015-04-27 17:29:43 +0200
committerCamil Staps2015-04-27 17:29:43 +0200
commit9ba61ebd7fc87dcaaddcd34dcd7f39e2858cefed (patch)
tree2a04680018c85765fab64c5f70de0964debb3e68 /src/include/head.jade
parentJade, imagemin, bower dependencies, gulpfile (diff)
Jade <3, BotleaguesApi.js
Diffstat (limited to 'src/include/head.jade')
-rw-r--r--src/include/head.jade8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/head.jade b/src/include/head.jade
new file mode 100644
index 0000000..63cb17c
--- /dev/null
+++ b/src/include/head.jade
@@ -0,0 +1,8 @@
+title Botleagues
+
+meta(charset='utf-8')
+meta(http-equiv='X-UA-Compatible', content='IE=edge')
+meta(name='viewport', content='width=device-width, initial-scale=1')
+
+link(rel='stylesheet', href='/assets/css/bootswatch.css', type='text/css')
+link(rel='stylesheet', href='/assets/css/font-awesome.css', type='text/css') \ No newline at end of file