30 lines
786 B
Plaintext
30 lines
786 B
Plaintext
//- include mixins_cookies
|
|
|
|
doctype html
|
|
html(lang='de')
|
|
head
|
|
meta(charset='utf-8')
|
|
meta(name='viewport', content='width=device-width, initial-scale=1, shrink-to-fit=no')
|
|
title="BibelWissen.Halieus.DE"
|
|
link(rel='stylesheet', href='/stylesheets/bootstrap.min.css')
|
|
link(rel='stylesheet', href='/stylesheets/open-iconic-bootstrap.min.css')
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
|
|
script(src='/javascripts/jquery.min.js')
|
|
script(src='/javascripts/slide-utils.js')
|
|
script(src='/javascripts/popper.min.js')
|
|
|
|
style.
|
|
h3 { font-style: italic; font-size: 1.5rem; }
|
|
|
|
//- +cookies_css
|
|
body
|
|
.container-fluid(style="margin-top: 1rem;")
|
|
block content
|
|
|
|
|
|
script(src='/javascripts/bootstrap.min.js')
|
|
//-
|
|
+cookies_html
|
|
+cookies_script
|