Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / local_ntp / most_visited_single.html
blob9c20f45e8ee833b0d61370acdb92f399d993e148
1 <!doctype html>
2 <html>
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. -->
6 <head>
7 <base target="_top">
8 <meta charset="utf-8">
9 <link rel="stylesheet" type="text/css" href="single.css">
10 <style type="text/css" id="custom-theme"></style>
11 <script src="single.js"></script>
12 </head>
13 <body>
14 <div id="most-visited">
15 <div id="mv-tiles"></div>
16 </div>
17 </body>
18 </html>