aboutdebugging.xhtml 1.1 KB

1234567891011121314151617181920212223
  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. <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD;
  7. <!ENTITY % toolboxDTD SYSTEM "chrome://devtools/locale/toolbox.dtd"> %toolboxDTD;
  8. <!ENTITY % aboutdebuggingDTD SYSTEM "chrome://devtools/locale/aboutdebugging.dtd"> %aboutdebuggingDTD;
  9. ]>
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <title>&aboutDebugging.fullTitle;</title>
  13. <link rel="stylesheet" href="chrome://global/skin/in-content/common.css" type="text/css"/>
  14. <link rel="stylesheet" href="chrome://devtools/content/aboutdebugging/aboutdebugging.css" type="text/css"/>
  15. <script type="application/javascript" src="resource://devtools/client/shared/vendor/react.js"></script>
  16. <script type="application/javascript;version=1.8" src="chrome://devtools/content/aboutdebugging/initializer.js"></script>
  17. </head>
  18. <body id="body">
  19. </body>
  20. </html>