default.html 1014 B

12345678910111213141516171819202122232425262728293031
  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. <!-- WinJS references -->
  8. <link rel="stylesheet" href="//Microsoft.WinJS.2.0/css/ui-light.css" />
  9. <script src="//Microsoft.WinJS.2.0/js/base.js"></script>
  10. <script src="//Microsoft.WinJS.2.0/js/ui.js"></script>
  11. <!-- SDK sample framework references -->
  12. <link rel="stylesheet" href="/sample-utils/sample-utils.css" />
  13. <link rel="stylesheet" href="/css/default.css" />
  14. <script src="/sample-utils/sample-utils.js"></script>
  15. <script src="/js/default.js"></script>
  16. </head>
  17. <body role="application">
  18. <div id="rootGrid">
  19. <div id="content">
  20. <h4>
  21. <img src="images/windows-sdk.png" />
  22. <span>OpenCV for Windows RT</span>
  23. </h4>
  24. <h1 id="featureLabel"></h1>
  25. <div id="contentHost"></div>
  26. </div>
  27. </div>
  28. </body>
  29. </html>