﻿<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
    <meta charset="utf-8"/>
    <title></title>

    <script type="text/javascript" src="ClientGlobalContext.js.aspx"></script>
    <script src="././zi_iframe.bundle.js"></script>

    <style>
        #IFrame {
            position: absolute;
            top: 0;
            left: 0;
            border: 0;
            height: 100%;
            width: 100%
        }
    </style>
</head>

<body onload="iframeBundle.onLoad()"> <!-- this is bind with iframe/index.ts onLoad() function -->
<iframe src="" id="IFrame" title="ZoomInfo" allow="geolocation *; microphone *; camera *"></iframe>
</body>

</html>
