Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Side by Side Diff: components/dom_distiller/content/resources/dom_distiller_viewer.html

Issue 134873008: Add support for displaying distilled articles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 ound in the LICENSE file.
6 +-->
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698