index.xhtml (1031B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4 5 <!-- This Source Code Form is subject to the terms of the Mozilla Public 6 - License, v. 2.0. If a copy of the MPL was not distributed with this 7 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 8 <html xmlns="http://www.w3.org/1999/xhtml" dir=""> 9 <head> 10 <meta 11 http-equiv="Content-Security-Policy" 12 content="default-src chrome: resource:;" 13 /> 14 <link 15 rel="stylesheet" 16 href="chrome://devtools/skin/widgets.css" 17 type="text/css" 18 /> 19 <link 20 rel="stylesheet" 21 href="chrome://devtools/skin/perf.css" 22 type="text/css" 23 /> 24 </head> 25 <body class="theme-body"> 26 <div id="root"></div> 27 <script src="resource://devtools/client/performance-new/panel/initializer.js"></script> 28 <script 29 src="chrome://devtools/content/shared/theme-switching.js" 30 defer="true" 31 ></script> 32 </body> 33 </html>