commandlineoutput.xhtml 749 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  4. - License, v. 2.0. If a copy of the MPL was not distributed with this
  5. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  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" href="chrome://devtools/content/commandline/commandline.css" type="text/css"/>
  10. <link rel="stylesheet" href="chrome://devtools/skin/commandline.css" type="text/css"/>
  11. </head>
  12. <body class="gcli-body">
  13. <div id="gcli-output-root"></div>
  14. </body>
  15. </html>