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

Side by Side Diff: chrome/browser/resources/contextual_search/promo.html

Issue 381913003: [Resources] Add a <meta> tag to promo.html have better layout on mobile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 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 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. --> 5 found in the LICENSE file. -->
6 <head> 6 <head>
7 <script src="promo.js"></script> 7 <script src="promo.js"></script>
8 <link rel="stylesheet" href="promo.css"> 8 <link rel="stylesheet" href="promo.css">
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <meta name="viewport" content="width=device-width, user-scalable=no">
huangs 2014/07/10 14:22:31 Do you also want initial-scale=1.0 ?
Mathieu 2014/07/14 16:22:49 No.
10 </head> 11 </head>
11 <body> 12 <body>
12 <!--TODO(mathp): Update this text. --> 13 <!--TODO(mathp): Update this text. -->
13 <p>Hello, world!</p> 14 <p>Hello, world!</p>
14 <p><a href="optin.html">Yes</a></p> 15 <p><a href="optin.html">Yes</a></p>
15 <p><a href="optout.html">No</a></p> 16 <p><a href="optout.html">No</a></p>
16 </body> 17 </body>
17 </html> 18 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698