OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values=" | 2 <html i18n-values=" |
3 dir:textdirection; | 3 dir:textdirection; |
4 firstview:firstview; | |
5 bookmarkbarattached:bookmarkbarattached; | 4 bookmarkbarattached:bookmarkbarattached; |
6 hasattribution:hasattribution; | 5 hasattribution:hasattribution; |
7 anim:anim; | 6 anim:anim; |
8 syncispresent:syncispresent; | 7 syncispresent:syncispresent; |
9 showsetashomepage:showsetashomepage"> | 8 showsetashomepage:showsetashomepage"> |
10 | 9 |
11 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
12 <title i18n-content="title"></title> | 11 <title i18n-content="title"></title> |
13 <script> | 12 <script> |
14 // Logging info for benchmarking purposes. | 13 // Logging info for benchmarking purposes. |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 | 284 |
286 </div> <!-- main --> | 285 </div> <!-- main --> |
287 | 286 |
288 <div class="window-menu" id="window-tooltip"></div> | 287 <div class="window-menu" id="window-tooltip"></div> |
289 | 288 |
290 </body> | 289 </body> |
291 <script src="i18n_template.js"></script> | 290 <script src="i18n_template.js"></script> |
292 <script src="local_strings.js"></script> | 291 <script src="local_strings.js"></script> |
293 <script src="new_new_tab.js"></script> | 292 <script src="new_new_tab.js"></script> |
294 </html> | 293 </html> |
OLD | NEW |