<!doctype html>
<html lang="en">
<head>
    <!-- Copyright 2015 Adobe Systems Incorporated.  All rights reserved. -->
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=9" ><![endif]-->
    <title>Device Preview</title>
    <meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, maximum-scale = 1.0, minimum-scale=1.0,initial-scale=1.0" >
    <script src="js/jquery.min.js"></script>
    <script src="js/URI.js"></script>
    <script src="js/constants.js"></script>
    <script src="js/DevicePreviewUtils.js"></script>
    <script src="js/DevicePreviewSocketApp.js"></script>
	<script src="js/DevicePreviewMessageHandler.js"></script>    
	<script src="js/DevicePreviewMain.js"></script>
    <link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
    <iframe id="pairingApp"></iframe>
    <iframe id="previewApp" allowfullscreen src=""></iframe>
    <div class="overlay">
        <table class="container">
            <tr>
                <td>
                    <div class="centerAlign margin2x"><img src="images/dw_logo.png"></div>
                    <div class="centerAlign margin2x deviceInfo"></div>
                    <div class="centerAlign margin1x browserInfo"></div>
                    <div class="centerAlign margin1x osInfo"></div>
                    <div class="centerAlign margin1x viewportSize"></div>
                    <div class="centerAlign margin1x devicePixelRatio"></div>
                </td>
            </tr>
        </table>
    </div>
</body>
</html>
