Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / devtools / client / netmonitor / index.html
blobcfe1048080861ad2ba66ca782c1741346bee1d2f
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 <link
8 rel="stylesheet"
9 href="chrome://devtools/content/netmonitor/src/assets/styles/netmonitor.css"
11 <script src="chrome://devtools/content/shared/theme-switching.js"></script>
12 </head>
13 <body class="theme-body" role="application">
14 <div id="mount"></div>
15 <script src="resource://devtools/client/netmonitor/initializer.js"></script>
16 </body>
17 </html>