Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 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. | |
|
Dan Beam
2013/03/25 21:37:39
super optional nit: found in the LICENSE file. -->
jeremycho
2013/03/25 21:51:20
Done.
| |
| 6 --> | |
| 7 <head> | |
| 8 <!-- Placeholder title until crbug/196415 is resolved. --> | |
|
Dan Beam
2013/03/25 21:37:39
^ url-ify (i.e. http://crbug.com/196415)
jeremycho
2013/03/25 21:51:20
Done.
| |
| 9 <title>New Tab Page</title> | |
| 10 <script src="chrome-search://local-ntp/local-ntp.js"></script> | |
| 11 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> | |
| 12 </head> | |
| 13 <body> | |
| 14 <div id="mv-top-margin"></div> | |
| 15 <div id="most-visited"> | |
| 16 <div id="mv-tiles"></div> | |
| 17 <!-- Notification shown when a tile is blacklisted. --> | |
| 18 <div id="mv-notice" class="mv-notice-hide"> | |
| 19 <span id="mv-msg"></span> | |
| 20 <!-- Links in the notification. --> | |
| 21 <span id="mv-notice-links"> | |
| 22 <span id="mv-undo"></span> | |
| 23 <span id="mv-restore"></span> | |
| 24 <button id="mv-notice-x" class="mv-x"></button> | |
| 25 </span> | |
| 26 </div> | |
| 27 </div> | |
| 28 </body> | |
| 29 </html> | |
| OLD | NEW |