26 lines
669 B
Plaintext
26 lines
669 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
|
|
meta(charset="utf-8")
|
|
meta(name="viewport", content="width=device-width, initial-scale=1, shrink-to-fit=no")
|
|
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
body
|
|
block content
|
|
|
|
footer
|
|
.container
|
|
.row
|
|
.col
|
|
a(href="#") Impressum
|
|
.col
|
|
a(href="#") Datenschutz
|
|
.col
|
|
a(href="#") AGB
|
|
|
|
script(src="/javascripts/jquery-3.3.1.min.js", crossorigin="anonymous")
|
|
script(src="/javascripts/bootstrap.bundle.min.js", crossorigin="anonymous")
|
|
script(src="/javascripts/actions.js", crossorigin="anonymous")
|