Skip to content

Instantly share code, notes, and snippets.

@andyhausmann
Created March 11, 2019 14:33
Show Gist options
  • Save andyhausmann/bf01a57e8a231bd3744036a490587a76 to your computer and use it in GitHub Desktop.
Save andyhausmann/bf01a57e8a231bd3744036a490587a76 to your computer and use it in GitHub Desktop.
HASE BIKES Kiosk Bootstrap
<!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