<!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">
    <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 id="attribution-text"></div></div>
  </div>
</body>
</html>