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

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

Issue 105723002: Add the scheme chrome-distiller:// and hook up data source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years 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 2013 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 i18n-content="domDistillerTitle"></title>
11 <link rel="stylesheet" href="dom_distiller_viewer.css">
12 <script src="dom_distiller_viewer.js"></script>
13 </head>
14 <body>
15 <div id="mainContent">
16 <div id="viewer-section">
17 <header>
18 <h1 id="viewerTitle"></h1>
19 </header>
20 </div>
21 </div>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698