3 <!-- Copyright 2015 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. -->
7 <script src=
"chrome-search://local-ntp/config.js"></script>
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 <meta charset=
"utf-8">
11 <meta name=
"google" value=
"notranslate">
14 <div id=
"ntp-contents">
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" tabIndex=
"1"></span>
23 <span id=
"mv-restore" tabIndex=
"1"></span>
24 <div id=
"mv-notice-x" tabIndex=
"1"></div>
28 <div id=
"attribution"><div id=
"attribution-text"></div></div>