summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/local_ntp/most_visited_single.html
blob: 9c20f45e8ee833b0d61370acdb92f399d993e148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>
  <base target="_top">
  <meta charset="utf-8">
  <link rel="stylesheet" type="text/css" href="single.css">
  <style type="text/css" id="custom-theme"></style>
  <script src="single.js"></script>
</head>
<body>
  <div id="most-visited">
    <div id="mv-tiles"></div>
  </div>
</body>
</html>