Index: components/dom_distiller/webui/resources/dom_distiller_viewer.html |
diff --git a/components/dom_distiller/webui/resources/dom_distiller_viewer.html b/components/dom_distiller/webui/resources/dom_distiller_viewer.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1d193c467765b80c07d2c4d55e88c21b8d50c739 |
--- /dev/null |
+++ b/components/dom_distiller/webui/resources/dom_distiller_viewer.html |
@@ -0,0 +1,23 @@ |
+<!DOCTYPE HTML> |
+<!-- |
+Copyright 2013 The Chromium Authors. All rights reserved. |
+Use of this source code is governed by a BSD-style license that can be |
+found in the LICENSE file. |
+--> |
+<html> |
+<head> |
+ <meta charset="utf-8"> |
+ <title i18n-content="domDistillerTitle"></title> |
+ <link rel="stylesheet" href="dom_distiller_viewer.css"> |
+ <script src="dom_distiller_viewer.js"></script> |
+</head> |
+<body> |
+ <div id="mainContent"> |
+ <div id="viewer-section"> |
+ <header> |
+ <h1 id="viewerTitle"></h1> |
+ </header> |
+ </div> |
+ </div> |
+</body> |
+</html> |