1<!DOCTYPE html>
2<!--
3 * Copyright (c) 2010 The Chromium Authors. All rights reserved.  Use of this
4 * source code is governed by a BSD-style license that can be found in the
5 * LICENSE file.
6-->
7<html>
8  <head>
9    <script src="/javascript/util.js"></script>
10    <script src="/javascript/background.js"></script>
11  </head>
12  <body>
13    <img id="logged_in" src="/images/icon-16.gif">
14    <canvas id="canvas" width="19" height="19"></canvas>
15  </body>
16</html>
17