Fuckin' Cookie-Banner

This commit is contained in:
2019-03-24 16:00:37 +01:00
parent fa13a3df3e
commit 50f6b0afe6
5 changed files with 95 additions and 6 deletions
+1
View File
@@ -1,6 +1,7 @@
extends layout
block content
#stage
div.welcome Willkommen auf Dein.Equipment
a.startLink(href="#", onclick="document.getElementById('items').scrollIntoView(); return false;") Jetzt stöbern
+11
View File
@@ -11,6 +11,17 @@ html
link(rel='stylesheet', href='/stylesheets/style.css')
body
section.cookie
.content
.row
.col-8
span.infotext Für ein optimales Besuchererlebnis verwenden wir Cookies.
.col
form
.form-group
.input-group
button(type="submit", class="btn btn-primary", value="cookie") Verstanden
block content
footer