blob: 7f3e589865c9b0511c67f4a9b8980598ed90325b [file] [log] [blame]
<!doctype html>
<html>
<!-- Copyright 2015 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>
<link rel="stylesheet" href="chrome-search://local-ntp/theme.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
<script src="chrome-search://local-ntp/config.js"
integrity="{{CONFIG_INTEGRITY}}"></script>
<script src="chrome-search://local-ntp/local-ntp.js"
integrity="sha256-ROPmcormZEipZzy3Ff+o345FFrhHWsAZjBpGIyZzCYY="></script>
<meta charset="utf-8">
<meta name="google" value="notranslate">
</head>
<body>
<!-- Container for the OneGoogleBar HTML. -->
<div id="one-google"></div>
<div id="ntp-contents">
<div id="logo" title="Google"></div>
<div id="fakebox">
<div id="fakebox-text"></div>
<input id="fakebox-input" autocomplete="off" tabIndex="-1" type="url"
aria-hidden="true">
<div id="cursor"></div>
</div>
<div id="most-visited">
<!-- The container for the tiles. The MV iframe goes in here. -->
<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"></div>
</span>
</div>
</div>
<div id="attribution"><div id="attribution-text"></div></div>
</div>
<div id="one-google-end-of-body"></div>
</body>
</html>