index.html (787B)
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 <!doctype html> 5 <html dir=""> 6 <head> 7 <meta 8 http-equiv="Content-Security-Policy" 9 content="default-src chrome: resource:; img-src http: https: data: chrome:;" 10 /> 11 <link 12 rel="stylesheet" 13 type="text/css" 14 href="chrome://devtools/content/application/application.css" 15 /> 16 </head> 17 <body class="theme-body" role="application"> 18 <div id="mount"></div> 19 <script src="chrome://devtools/content/shared/theme-switching.js"></script> 20 <script src="resource://devtools/client/application/initializer.js"></script> 21 </body> 22 </html>