wiki_thsf_2015/views/layout.jade

25 lines
821 B
Plaintext
Raw Normal View History

2015-03-31 00:17:58 +02:00
doctype html
2012-01-18 17:01:17 +01:00
html
head
title= title
2015-03-28 20:13:18 +01: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 04:25:25 +02:00
link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/bootstrap-responsive.min.css')
2015-03-28 20:13:18 +01:00
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/js/jquery.min.js')
script(src='/js/bootstrap.min.js')
2015-03-31 04:25:25 +02:00
body
div.container-fluid
2015-03-28 20:13:18 +01:00
nav.navbar.navbar-default.navbar-fixed-top
ul.nav.navbar-nav
li(role="presentation" )
a(href="#home") THSF
li(role="presentation")
a(href="#presentation") presentation
li(role="presentation" )
a(href="#programme") preogramme
2015-03-31 04:25:25 +02:00
block body