OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
5 <html i18n-values="dir:textdirection"> | 5 <html i18n-values="dir:textdirection;lang:language"> |
6 <head> | 6 <head> |
7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
8 <title i18n-content="page-title"></title> | 8 <title i18n-content="page-title"></title> |
9 <script src="chrome://resources/js/cr.js"></script> | 9 <script src="chrome://resources/js/cr.js"></script> |
10 <script src="chrome://resources/js/load_time_data.js"></script> | 10 <script src="chrome://resources/js/load_time_data.js"></script> |
11 <script src="chrome://resources/js/util.js"></script> | 11 <script src="chrome://resources/js/util.js"></script> |
12 <script src="chrome://resources/js/cr/event_target.js"></script> | 12 <script src="chrome://resources/js/cr/event_target.js"></script> |
13 <script src="strings.js"></script> | 13 <script src="strings.js"></script> |
14 <script src="set_as_default_browser.js"></script> | 14 <script src="set_as_default_browser.js"></script> |
15 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 15 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
(...skipping 16 matching lines...) Expand all Loading... |
32 </div> | 32 </div> |
33 </div> | 33 </div> |
34 </div> | 34 </div> |
35 <div id="chrome-logo-box"> | 35 <div id="chrome-logo-box"> |
36 <img src="chrome-logo-faded.png" i18n-values="alt:chromeLogoString"></img> | 36 <img src="chrome-logo-faded.png" i18n-values="alt:chromeLogoString"></img> |
37 </div> | 37 </div> |
38 </div> | 38 </div> |
39 </body> | 39 </body> |
40 <script src="chrome://resources/js/i18n_template2.js"></script> | 40 <script src="chrome://resources/js/i18n_template2.js"></script> |
41 </html> | 41 </html> |
OLD | NEW |