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="about_dom_distiller.js"></script> |
| 15 <script src="strings.js"></script> |
| 16 </head> |
| 17 <body> |
| 18 <header> |
| 19 <h1 i18n-content="domDistillerTitle"></h1> |
| 20 </header> |
| 21 <div id="entries-section"> |
| 22 <div id="entries-list"></div> |
| 23 </div> |
| 24 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 25 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 26 </body> |
| 27 </html> |
OLD | NEW |