A Pen by Bright Sparks on CodePen.
Created
April 21, 2021 13:40
-
-
Save bright-spark/8234e85a05fcf5e6dd7982f048b3cd21 to your computer and use it in GitHub Desktop.
Full Artifakt
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> | |
<title>Artifakt</title> | |
<meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-title" content="flexi-flux webapp"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black"> | |
<meta name="format-detection" content="telephone=no"> | |
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no"> | |
<style> | |
html, | |
body, | |
div, | |
iframe { | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
} | |
iframe { | |
display: block; | |
width: 100%; | |
border: none; | |
} | |
</style> | |
</head> | |
<body> | |
<div><iframe src="https://www.vibescout.com" title="artifakt" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; allowpaymentrequest; gyroscope; picture-in-picture; geolocation" allowfullscreen="allowfullscreen" allowtransparency="true" loading="lazy"></iframe></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment