| <!-- | |
| Copyright (c) 2012 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> | |
| <style> | |
| body { | |
| color: black; | |
| width: 300px; | |
| } | |
| </style> | |
| <script src="popup.js"></script> | |
| </head> | |
| <body> | |
| <div id="accept_lang"> | |
| <span id="languageSpan"></span> | |
| </div> | |
| </body> | |
| </html> |