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. | |
| 6 --> | |
| 7 <head> | |
| 8 <script src="chrome-search://local-ntp/local-ntp.js"></script> | |
| 9 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> | |
| 10 </head> | |
| 11 <body> | |
| 12 <div id="top-margin"></div> | |
| 13 <div id="most-visited"> | |
| 14 <div id="mv-tiles"></div> | |
| 15 <div id="mv-noti" class="mv-noti-hide"> | |
|
Dan Beam
2013/03/21 02:45:08
noti -> notice?
jeremycho
2013/03/21 05:28:42
commented.
| |
| 16 <span id="mv-msg"></span> | |
| 17 <span id="mv-noti-lks"> | |
|
Dan Beam
2013/03/21 02:45:08
lks -> links?
jeremycho
2013/03/21 05:28:42
commented.
| |
| 18 <span id="mv-undo"></span> | |
| 19 <span id="mv-restore"></span> | |
| 20 <button id="mv-noti-x" class="mv-x"></button> | |
| 21 </span> | |
| 22 </div> | |
| 23 </div> | |
| 24 </body> | |
| 25 </html> | |
| OLD | NEW |