Home | History | Annotate | Download | only in JavaScript
      1 <!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
      2 <!DOCTYPE html>
      3 <html>
      4 <head>
      5     <meta charset="utf-8" />
      6     <title>OpenCV for Windows RT</title>
      7 
      8     <!-- WinJS references -->
      9     <link rel="stylesheet" href="//Microsoft.WinJS.2.0/css/ui-light.css" />
     10     <script src="//Microsoft.WinJS.2.0/js/base.js"></script>
     11     <script src="//Microsoft.WinJS.2.0/js/ui.js"></script>
     12 
     13     <!-- SDK sample framework references -->
     14     <link rel="stylesheet" href="/sample-utils/sample-utils.css" />
     15     <link rel="stylesheet" href="/css/default.css" />
     16     <script src="/sample-utils/sample-utils.js"></script>
     17     <script src="/js/default.js"></script>
     18 </head>
     19 <body role="application">
     20     <div id="rootGrid">
     21         <div id="content">
     22             <h4>
     23                 <img src="images/windows-sdk.png"  />
     24                 <span>OpenCV for Windows RT</span>
     25             </h4>
     26             <h1 id="featureLabel"></h1>
     27             <div id="contentHost"></div>
     28         </div>
     29     </div>
     30 </body>
     31 </html>
     32