Created
March 11, 2019 14:33
-
-
Save andyhausmann/bf01a57e8a231bd3744036a490587a76 to your computer and use it in GitHub Desktop.
HASE BIKES Kiosk Bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>HASE BIKES Konfigurator (Kiosk)</title> | |
<style> | |
html, body { | |
height: 100%; | |
margin: 0; | |
} | |
body { | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
min-height: 100%; | |
} | |
iframe { | |
display: block; | |
background: #fff; | |
border: none; | |
height: 100vh; | |
width: 100vw; | |
} | |
</style> | |
</head> | |
<body > | |
<iframe src="https://hase-bikes.lab.sota-studio.de/de/?mode=kiosk" sandbox="allow-forms allow-scripts allow-same-origin"></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment