diff options
author | Camil Staps | 2015-04-27 17:29:43 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-27 17:29:43 +0200 |
commit | 9ba61ebd7fc87dcaaddcd34dcd7f39e2858cefed (patch) | |
tree | 2a04680018c85765fab64c5f70de0964debb3e68 /src/include/layout-main.jade | |
parent | Jade, imagemin, bower dependencies, gulpfile (diff) |
Jade <3, BotleaguesApi.js
Diffstat (limited to 'src/include/layout-main.jade')
-rw-r--r-- | src/include/layout-main.jade | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/include/layout-main.jade b/src/include/layout-main.jade new file mode 100644 index 0000000..68ff9de --- /dev/null +++ b/src/include/layout-main.jade @@ -0,0 +1,21 @@ +doctype html +html(lang="en") + head + include ./head.jade + + body + .container + + .header.clearfix + nav: ul.nav.nav-pills.pull-right + li.active(role='presentation'): a(href='#') Home + li(role='presentation'): a(href='#') About + li(role='presentation'): a(href='#') Contact + h3 Botleagues + + block content + + footer.footer: :markdown + © [ViviSoft](http://vivisoft.nl/) 2015 + + include ./foot.jade
\ No newline at end of file |