Law-things
This commit is contained in:
@@ -2,7 +2,7 @@ extends layout
|
||||
|
||||
block content
|
||||
#stage
|
||||
div.welcome Willkommen auf Rent For Camp
|
||||
div.welcome Willkommen auf RentFor.Camp
|
||||
a.startLink(href="#", onclick="document.getElementById('items').scrollIntoView(); return false;") Jetzt stöbern
|
||||
|
||||
section#items
|
||||
|
||||
@@ -14,11 +14,11 @@ html
|
||||
.container
|
||||
.row
|
||||
.col
|
||||
a(href="#") Impressum
|
||||
a(href="/imprint/") Impressum
|
||||
.col
|
||||
a(href="#") Datenschutz
|
||||
a(href="/privacy/") Datenschutz
|
||||
.col
|
||||
a(href="#") AGB
|
||||
a(href="/terms/") AGB
|
||||
|
||||
script(src="/javascripts/jquery-3.3.1.min.js", crossorigin="anonymous")
|
||||
script(src="/javascripts/bootstrap.bundle.min.js", crossorigin="anonymous")
|
||||
|
||||
Reference in New Issue
Block a user