summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/examples/tutorials/analytics/background.html
blob: 8297cd022aae03fbec69dfecf748cdb26f578d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<!--
 * Copyright (c) 2009 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.
-->
<html>
  <head>
  </head>
  <body>
    <script src="analytics.js"></script>
  </body>
</html>