markup.xhtml (1501B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <!DOCTYPE html> 6 7 <html xmlns="http://www.w3.org/1999/xhtml"> 8 <head> 9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 10 <meta 11 http-equiv="Content-Security-Policy" 12 content="default-src chrome:; img-src chrome: data:; style-src chrome: 'unsafe-inline';" 13 /> 14 15 <link 16 rel="stylesheet" 17 href="chrome://devtools/skin/badge.css" 18 type="text/css" 19 /> 20 <link 21 rel="stylesheet" 22 href="chrome://devtools/skin/markup.css" 23 type="text/css" 24 /> 25 <link 26 rel="stylesheet" 27 href="chrome://devtools/content/shared/sourceeditor/codemirror/lib/codemirror.css" 28 type="text/css" 29 /> 30 <link 31 rel="stylesheet" 32 href="chrome://devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css" 33 type="text/css" 34 /> 35 <link 36 rel="stylesheet" 37 href="chrome://devtools/content/shared/sourceeditor/codemirror/mozilla.css" 38 type="text/css" 39 /> 40 41 <script src="chrome://devtools/content/shared/theme-switching.js"></script> 42 </head> 43 <body class="theme-body devtools-monospace" role="application"> 44 <div id="root-wrapper" role="presentation"> 45 <div id="root" role="presentation"></div> 46 </div> 47 </body> 48 </html>