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

Side by Side Diff: chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.html

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge Created 8 years, 9 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 * Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this 3 * Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
4 * source code is governed by a BSD-style license that can be found in the 4 * source code is governed by a BSD-style license that can be found in the
5 * LICENSE file. 5 * LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <script src="newTab.js"></script> 10 <script src="newTab.js"></script>
11 <link rel="stylesheet" href="newTab.css"> 11 <link rel="stylesheet" href="newTab.css">
12 12
13 <title>New 8ball</title> 13 <title>New 8ball</title>
14 14
15 <body> 15 <body>
16 <div id="spacer"></div> 16 <center>
17 <span id='title'>Magic 8 ball says to visit</span> 17 <div id="spacer"></div>
18 <a id='mostVisitedThumb'> 18 <span id='title'>Magic 8 ball says to visit</span>
19 <span></span> 19 <a id='mostVisitedThumb'>
20 </a> 20 <span></span>
21 </a>
22 </center>
21 </body> 23 </body>
22 24
23 </html> 25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698