Page 492 - 2
P. 492

]
            };






                 /*  HTML code      */


             <!DOCTYPE html>
             <html>
             <head>
                    <title>Magic Mirror</title>
                    <meta name="google" content="notranslate" />
                    <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-status-bar-style" content="black">
                    <meta name="format-detection" content="telephone=no">
                    <meta name="mobile-web-app-capable" content="yes">


                    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
                    <link rel="stylesheet" type="text/css" href="css/main.css">
                    <link rel="stylesheet" type="text/css" href="fonts/roboto.css">
                    <!--  custom.css   is  loaded   by   the  loader.js  to  make   sure   it's  loaded  after
            the module css files. -->


                    <script type="text/javascript">
                            var version = "#VERSION#";
                    </script>
                    <!-- Using https://github.com/sindresorhus/screenfull.js -->
                    <script type="text/javascript" src="js/screenfull.js"></script>
                    <script type="text/javascript">
                            var b = document.getElementById("fullscreen");
                            document.addEventListener("click", function() {
                                    screenfull.toggle(b);
                                    window.dispatchEvent(new Event('resize'));
                            });
                    </script>
             </head>
             <body>
             <body id="fullscreen">
                    <div class="region fullscreen below"><div class="container"></div></div>
                    <div class="region top bar">
                            <div class="container"></div>
                            <div class="region top left"><div class="container"></div></div>
                            <div class="region top center"><div class="container"></div></div>


                                                         - 492 -
   487   488   489   490   491   492   493   494   495   496   497