Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / devtools / client / application / index.html
blob2f3b6de6af1c3e9bdd28e101706994b978c81dc1
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:;"
11 <link
12 rel="stylesheet"
13 type="text/css"
14 href="chrome://devtools/content/application/application.css"
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>