OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE HTML> |
| 2 <html> |
| 3 <head> |
| 4 <meta charset="utf-8"> |
| 5 <title i18n-content="domDistillerTitle"></title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
| 8 <link rel="stylesheet" href="about_dom_distiller.css"> |
| 9 |
| 10 <script src="chrome://resources/js/cr.js"></script> |
| 11 <script src="chrome://resources/js/util.js"></script> |
| 12 <script src="chrome://resources/js/load_time_data.js"></script> |
| 13 <script src="chrome://resources/js/cr/ui/overlay.js"></script> |
| 14 <script src="chrome://resources/js/parse_html_subset.js"></script> |
| 15 <script src="about_dom_distiller.js"></script> |
| 16 <script src="strings.js"></script> |
| 17 </head> |
| 18 <body> |
| 19 <header> |
| 20 <h1 i18n-content="domDistillerTitle"></h1> |
| 21 </header> |
| 22 <div id="entries-section"> |
| 23 <div id="entries-list"></div> |
| 24 </div> |
| 25 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 26 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 27 </body> |
| 28 </html> |
OLD | NEW |