mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
27 lines
553 B
Plaintext
27 lines
553 B
Plaintext
doctype html
|
|
html(lang=locale)
|
|
head
|
|
meta(
|
|
content="multipart/html; charset=UTF-8"
|
|
http-equiv="content-type"
|
|
)
|
|
meta(
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1"
|
|
)
|
|
style.
|
|
.wf-force-outline-none[tabindex="-1"]:focus{outline:none;}
|
|
style
|
|
include includes/email.css
|
|
include includes/webflow.css
|
|
|
|
body
|
|
div.container
|
|
include includes/header.pug
|
|
|
|
.wrapper
|
|
block content
|
|
include includes/greeting.pug
|
|
|
|
include includes/footer.pug
|