pfisjs/views/header.jade

17 lines
946 B
Plaintext

head
title PfarrInfoSystem
meta( charset='utf-8' )
meta( http-equiv='X-UA-Compatible', content='IE=edge' )
meta( name='viewport', content='width=device-width, initial-scale=1.0' )
meta( name='description', content='PfarrInfoSystem (C) Peter Fischer 2010-2018' )
//- Bootswatch Theme
//-link(href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css", rel="stylesheet")
//-link(href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css", rel="stylesheet")
link(href="/stylesheets/bootstrap.min.css", rel="stylesheet")
link(href="/stylesheets/bootstrap-theme.min.css", rel="stylesheet")
link(href="/stylesheets/style.css", rel="stylesheet")
//-script(src='//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js')
//-script(src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js")
script(src='/javascripts/jquery-3.1.0.min.js')
script(src="/javascripts/bootstrap.min.js")