| Index: trunk/src/components/dom_distiller/webui/resources/about_dom_distiller.html
|
| ===================================================================
|
| --- trunk/src/components/dom_distiller/webui/resources/about_dom_distiller.html (revision 223539)
|
| +++ trunk/src/components/dom_distiller/webui/resources/about_dom_distiller.html (working copy)
|
| @@ -1,27 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| -<head>
|
| - <meta charset="utf-8">
|
| - <title i18n-content="domDistillerTitle"></title>
|
| - <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
|
| - <link rel="stylesheet" href="chrome://resources/css/overlay.css">
|
| - <link rel="stylesheet" href="about_dom_distiller.css">
|
| -
|
| - <script src="chrome://resources/js/cr.js"></script>
|
| - <script src="chrome://resources/js/util.js"></script>
|
| - <script src="chrome://resources/js/load_time_data.js"></script>
|
| - <script src="chrome://resources/js/cr/ui/overlay.js"></script>
|
| - <script src="about_dom_distiller.js"></script>
|
| - <script src="strings.js"></script>
|
| -</head>
|
| -<body>
|
| - <header>
|
| - <h1 i18n-content="domDistillerTitle"></h1>
|
| - </header>
|
| - <div id="entries-section">
|
| - <div id="entries-list"></div>
|
| - </div>
|
| - <script src="chrome://resources/js/i18n_template2.js"></script>
|
| - <script src="chrome://resources/js/jstemplate_compiled.js"></script>
|
| -</body>
|
| -</html>
|
|
|