Chromium Code Reviews| Index: components/dom_distiller/content/resources/dom_distiller_viewer.html |
| diff --git a/components/dom_distiller/content/resources/dom_distiller_viewer.html b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fc8ca784d7ebf756eab7b918483e811c49499c65 |
| --- /dev/null |
| +++ b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
| @@ -0,0 +1,24 @@ |
| +<!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 |
| +ound in the LICENSE file. |
| ++--> |
|
Nico
2014/01/15 05:31:48
why the "+"? :-)
nyquist
2014/01/15 22:21:43
It looks pretty, don't you think? It kind of gives
|
| +<html> |
| +<head> |
| + <meta charset="utf-8"> |
| + <title>$1</title> |
| +</head> |
| +<body> |
| + <div id="mainContent"> |
| + <div id="article"> |
| + <article> |
| + <header> |
| + <h1>$2</h1> |
| + </header> |
| + <div id="content">$3</div> |
| + </article> |
| + </div> |
| + </div> |
| +</body> |
| +</html> |