aboutFrameCrashed.html (974B)
1 <!doctype html> 2 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public 4 - License, v. 2.0. If a copy of the MPL was not distributed with this 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 6 7 <html data-l10n-id="crashed-subframe-title"> 8 <head> 9 <meta 10 http-equiv="Content-Security-Policy" 11 content="default-src chrome:; object-src 'none'" 12 /> 13 <meta charset="utf-8" /> 14 <meta name="color-scheme" content="light dark" /> 15 <link 16 rel="stylesheet" 17 type="text/css" 18 media="all" 19 href="chrome://global/skin/in-content/info-pages.css" 20 /> 21 <link 22 rel="stylesheet" 23 type="text/css" 24 media="all" 25 href="chrome://browser/skin/aboutFrameCrashed.css" 26 /> 27 <link rel="localization" href="branding/brand.ftl" /> 28 <link rel="localization" href="browser/browser.ftl" /> 29 <link rel="localization" href="browser/contentCrash.ftl" /> 30 </head> 31 <body></body> 32 </html>