wiki_thsf_2015/views/layout.jade

25 lines
811 B
Plaintext
Raw Normal View History

2015-03-31 09:17:58 +11:00
doctype html
2012-01-19 03:01:17 +11:00
html
head
title= title
2015-03-29 06:13:18 +11:00
link(rel='stylesheet', href='/stylesheets/bootstrap.min.css')
//link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/cyborg.min.css')
2015-03-31 13:25:25 +11:00
link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/bootstrap-responsive.min.css')
2015-03-29 06:13:18 +11:00
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/js/jquery.min.js')
script(src='/js/bootstrap.min.js')
2015-03-31 13:25:25 +11:00
body
div.container-fluid
2015-03-29 06:13:18 +11:00
nav.navbar.navbar-default.navbar-fixed-top
ul.nav.navbar-nav
li(role="presentation" )
2015-03-29 10:11:45 +11:00
a(href="#logo") THSF
2015-03-29 06:13:18 +11:00
li(role="presentation")
2015-03-29 10:11:45 +11:00
a(href="#home") presentation
2015-03-29 06:13:18 +11:00
li(role="presentation" )
2015-03-29 10:11:45 +11:00
a(href="#programm") programme
2015-03-31 13:25:25 +11:00
block body