Index: components/dom_distiller/core/html/dom_distiller_print_preview.html |
diff --git a/components/dom_distiller/core/html/dom_distiller_print_preview.html b/components/dom_distiller/core/html/dom_distiller_print_preview.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9e15881335023abb3c45cd327a1e4bf309ba843d |
--- /dev/null |
+++ b/components/dom_distiller/core/html/dom_distiller_print_preview.html |
@@ -0,0 +1,25 @@ |
+<!DOCTYPE HTML> |
+<!-- |
+Copyright 2014 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"> |
+ <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> |
+ <title>$1</title> |
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> |
+ <link rel="stylesheet" href="/$2"> |
+</head> |
+<body dir="$5" class="$3"> |
+ <div id="mainContent"> |
+ <article> |
+ <header> |
+ <h1>$1</h1> |
+ </header> |
+ <div id="content">$4</div> |
+ </article> |
+ </div> |
+</body> |
+</html> |