| <!DOCTYPE html> |
| <html> |
| <!-- Copyright 2013 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. --> |
| <head> |
| <script src="chrome-search://local-ntp/translated-strings.js"></script> |
| <script src="chrome-search://local-ntp/local-ntp.js"></script> |
| <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> |
| </head> |
| <body> |
| <iframe src="chrome-search://suggestion/loader.html" id="suggestion-loader" |
| hidden> |
| </iframe> |
| <div id="active-suggestions-container"></div> |
| <div id="pending-suggestions-container"></div> |
| <div id="ntp-contents"> |
| <div id="mv-top-margin"></div> |
| <div id="most-visited"> |
| <div id="mv-tiles"></div> |
| <!-- Notification shown when a tile is blacklisted. --> |
| <div id="mv-notice" class="mv-notice-hide"> |
| <span id="mv-msg"></span> |
| <!-- Links in the notification. --> |
| <span id="mv-notice-links"> |
| <span id="mv-undo" tabIndex="1"></span> |
| <span id="mv-restore" tabIndex="1"></span> |
| <button id="mv-notice-x" tabIndex="1" class="mv-x"></button> |
| </span> |
| </div> |
| </div> |
| <div id="attribution"></div> |
| </div> |
| </body> |
| </html> |