Add support for displaying distilled articles.
[chromium-blink-merge.git] / components / dom_distiller / content / resources / dom_distiller_viewer.html
blob996cabd653cc2acf9eed118d1e9cdcd7c88085bf
1 <!DOCTYPE HTML>
2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <html>
8 <head>
9 <meta charset="utf-8">
10 <title>$1</title>
11 </head>
12 <body>
13 <div id="mainContent">
14 <div id="article">
15 <article>
16 <header>
17 <h1>$2</h1>
18 </header>
19 <div id="content">$3</div>
20 </article>
21 </div>
22 </div>
23 </body>
24 </html>