OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html | 2 <html id="t" i18n-values="dir:textdirection"> |
3 i18n-values="dir:textdirection" | |
4 id="t"> | |
5 <head> | 3 <head> |
6 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
7 <!-- Set the title to that of the default page so that the title doesn't flash | 5 <!-- Set the title to that of the default page so that the title doesn't flash |
8 on load (for the most common case). --> | 6 on load (for the most common case). --> |
9 <title i18n-content="browserPageTabTitle"></title> | 7 <title i18n-content="browserPageTabTitle"></title> |
10 | 8 |
11 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
12 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
13 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
14 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 </div> | 152 </div> |
155 </div> | 153 </div> |
156 </div> | 154 </div> |
157 </div> | 155 </div> |
158 </div> | 156 </div> |
159 <script src="chrome://settings/strings.js"></script> | 157 <script src="chrome://settings/strings.js"></script> |
160 <script src="chrome://resources/js/i18n_template.js"></script> | 158 <script src="chrome://resources/js/i18n_template.js"></script> |
161 <script src="chrome://resources/js/i18n_process.js"></script> | 159 <script src="chrome://resources/js/i18n_process.js"></script> |
162 </body> | 160 </body> |
163 </html> | 161 </html> |
OLD | NEW |