Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!-- | 1 <!-- |
| 2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this | 2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this |
| 3 * source code is governed by a BSD-style license that can be found in the | 3 * source code is governed by a BSD-style license that can be found in the |
| 4 * LICENSE file. | 4 * LICENSE file. |
| 5 --> | 5 --> |
| 6 <html> | |
| 7 <head> | 6 <head> |
| 8 <script src="background.js"></script> | 7 <link rel="icon" href="favicon.png" type="image/png"> |
| 9 </head> | 8 </head> |
| 10 </html> | |
| OLD | NEW |