Last active
January 24, 2020 09:55
-
-
Save jvkiran/f12d1c7031a77c6c0f86b7caa6cebfbc to your computer and use it in GitHub Desktop.
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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Widget</title> | |
<link rel="stylesheet" type="text/css" href="https://firebasestorage.googleapis.com/v0/b/widget-hap.appspot.com/o/widget%2Fhap-widet-share.css?alt=media&token=f3d67e7e-c5d0-4add-aaab-790c001cd54c"> | |
</head> | |
<body> | |
<div id="hapWidget"> | |
<a href="#" id="openHapWidget">Jetzt Hausbesuch anfragen</a> | |
<iframe id="hapIframe" sandbox="allow-forms allow-same-origin allow-scripts allow-top-navigation"> | |
<p>Your browser does not support iframes.</p> | |
</iframe> | |
<div id="iframeModalBg"></div> | |
</div> | |
<script type="text/javascript" src="https://firebasestorage.googleapis.com/v0/b/widget-hap.appspot.com/o/widget%2Fhap-widget-share.js?alt=media&token=34f17934-7298-4eb4-8781-672c1a136428"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment