wiki_thsf_2015/views/layout.jade

25 lines
811 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" )
2015-03-29 00:11:45 +01:00
a(href="#logo") THSF
2015-03-28 20:13:18 +01:00
li(role="presentation")
2015-03-29 00:11:45 +01:00
a(href="#home") presentation
2015-03-28 20:13:18 +01:00
li(role="presentation" )
2015-03-29 00:11:45 +01:00
a(href="#programm") programme
2015-03-31 04:25:25 +02:00
block body