Sunteți pe pagina 1din 2

<!

doctype html>
<html lang="en"><!-- TODO(dbeam): dir="ltr"? -->
<!-- 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/animations.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp-
common.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/customize.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/doodles.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/theme.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/voice.css"></link>

<meta http-equiv="Content-Security-Policy"
content="object-src 'none';child-src chrome-search://most-visited/
https://*.google.com/ ;script-src 'strict-dynamic' 'sha256-
1+GSDjMMklBjZY0QiWq+tGupCvajw4Xbn46ect2mZgM=' 'sha256-
62BI1h5Lu39149gGKEGjqxgsHZu2JNRhl4obe1llONU=' 'sha256-
Z6p8aa0mRhjni9HuJLpgrSJ+4K1/tMbM/hCQXzlpWSY=' 'sha256-
HqdPsO6hNmT/mfSeGdcX3eEGrZVva7AKD2Z2+1ujCZ8=' 'sha256-
GEL/rycFUuiiO2Y/pre5lEB9U+VLGfvptJK/4+clEyw=' 'sha256-
IEF9PjeyU0vsr61C8cm3JQOerOYWdBsaGddCSPp6tZs=' 'sha256-
RIDhH5uF+ciLoS6AP6ZkoxuwQyczkrTetThxXwVwFJI=' 'sha256-
D9xTUJA6yEmGcKcarZ1P/OU2BW9cdtHJMyuZSroFBD0=';">
<script src="chrome-search://local-ntp/assert.js"
integrity="sha256-62BI1h5Lu39149gGKEGjqxgsHZu2JNRhl4obe1llONU="></script>
<script src="chrome-search://local-ntp/animations.js"
integrity="sha256-1+GSDjMMklBjZY0QiWq+tGupCvajw4Xbn46ect2mZgM="></script>
<script src="chrome-search://local-ntp/config.js"
integrity="sha256-D9xTUJA6yEmGcKcarZ1P/OU2BW9cdtHJMyuZSroFBD0="></script>
<script src="chrome-search://local-ntp/customize.js"
integrity="sha256-Z6p8aa0mRhjni9HuJLpgrSJ+4K1/tMbM/hCQXzlpWSY="></script>
<script src="chrome-search://local-ntp/doodles.js"
integrity="sha256-HqdPsO6hNmT/mfSeGdcX3eEGrZVva7AKD2Z2+1ujCZ8="></script>
<script src="chrome-search://local-ntp/local-ntp.js"
integrity="sha256-GEL/rycFUuiiO2Y/pre5lEB9U+VLGfvptJK/4+clEyw="></script>
<script src="chrome-search://local-ntp/utils.js"
integrity="sha256-IEF9PjeyU0vsr61C8cm3JQOerOYWdBsaGddCSPp6tZs="></script>
<meta charset="utf-8">
<meta name="google" value="notranslate">
<meta name="referrer" content="strict-origin">
</head>
<body>
<div id="custom-bg"></div>
<div id="custom-bg-preview"></div>
<!-- Container for the OneGoogleBar HTML. -->
<div id="one-google"></div>

<div id="ntp-contents">
<div id="logo">
<!-- The logo that is displayed in the absence of a doodle. -->
<div id="logo-default" title="Google"></div>
<!-- Logo displayed when theme prevents doodles. Doesn't fade. -->
<div id="logo-non-white" title="Google"></div>
<!-- A doodle, if any: its link and image. -->
<div id="logo-doodle">
<div id="logo-doodle-container">
<div id="logo-doodle-wrapper">
<button id="logo-doodle-button">
<img id="logo-doodle-image" tabindex="-1"></img>
</button>
</div>
</div>
<iframe id="logo-doodle-iframe" scrolling="no"></iframe>
<!-- A spinner, prompting the doodle. Visible on NTPs with customized
backgrounds. -->
<button id="logo-doodle-notifier">
<div class="outer ball0"><div class="inner"></div></div>
<div class="outer ball1"><div class="inner"></div></div>
<div class="outer ball2"><div class="inner"></div></div>
<div class="outer ball3"><div class="inner"></div></div>
</button>
</div>
</div>

<div id="fakebox-container">
<div id="fakebox">
<div id="fakebox-search-icon"></div>
<div id="fakebox-text"></div>
<input id="fakebox-input" autocomplete="off" tabindex="-1" type="url"
aria-hidden="true">
<div id="fakebox-cursor"></div>
<button id="fakebox-microphone" hidden></button>
</div>
</div>

<div id="user-content">
<!-- Search suggestions will be inserted here. -->
<div id="most-visited">
<!-- The container for the tiles. The MV iframe goes in here. -->
<div id="mv-tiles"></div>
</div>
</div>

<!-- Notification shown when the tiles are modified. -->


<div id="mv-notice-container">
<div id="mv-notice" class="notice-hide" role="alert">
<span id="mv-msg"></span>
<!-- Links in the notification. -->
<span id="mv-notice-links">
<span id="mv-undo" class="ripple" tabindex="0" role="button"></span>
<span id="mv-restore" class="ripple" tabindex="0" role="button"></span>
</span>
</div>
</div>

<div id="attribution"><div id="attribution-text"></div></div>

<div id="error-notice-container"

S-ar putea să vă placă și