summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/local_ntp/local_ntp.html
blob: dd430631ef5005d1377e7a3f31488113709559c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!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/config.js"></script>
  <script src="chrome-search://local-ntp/local-ntp.js"></script>
  <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
  <meta charset="utf-8">
  <meta name="google" value="notranslate">
</head>
<body>
  <div id="ntp-contents" class="{{CLASS}}">
    <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>
          <div id="mv-notice-x" tabIndex="1" class="mv-x"></div>
        </span>
      </div>
    </div>
    <div id="attribution"><div id="attribution-text"></div></div>
  </div>
</body>
</html>