index.xhtml 831 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <!DOCTYPE html>
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  9. <link rel="stylesheet" type="text/css"
  10. href="resource://devtools/client/responsive.html/index.css"/>
  11. <script type="application/javascript;version=1.8"
  12. src="chrome://devtools/content/shared/theme-switching.js"></script>
  13. <script type="application/javascript;version=1.8"
  14. src="./index.js"></script>
  15. </head>
  16. <body class="theme-body" role="application">
  17. <div id="root"/>
  18. </body>
  19. </html>