summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/local_ntp/most_visited_single.html
blob: 0fa5b62d10b769698d3d52bcc336ced9b91b6a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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="local-ntp-common.css">
  <link rel="stylesheet" type="text/css" href="single.css">
  <script src="assert.js"></script>
  <script src="utils.js"></script>
  <script src="single.js"></script>
</head>
<body>
  <!-- Keep in sync with most_visited_single_browsertest.html -->
  <div id="most-visited"></div>
</body>
</html>