| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 3 | 3 |
| 4 <head> | 4 <head> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title i18n-content="title"></title> | 6 <title i18n-content="title"></title> |
| 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 8 <link rel="stylesheet" href="chrome://copresence/copresence.css"> | 8 <link rel="stylesheet" href="chrome://copresence/copresence.css"> |
| 9 </head> | 9 </head> |
| 10 | 10 |
| 11 <body> | 11 <body> |
| 12 <header> | 12 <header> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 </main> | 66 </main> |
| 67 | 67 |
| 68 <script src="chrome://resources/js/load_time_data.js"></script> | 68 <script src="chrome://resources/js/load_time_data.js"></script> |
| 69 <script src="chrome://resources/js/util.js"></script> | 69 <script src="chrome://resources/js/util.js"></script> |
| 70 <script src="chrome://copresence/copresence.js"></script> | 70 <script src="chrome://copresence/copresence.js"></script> |
| 71 <script src="chrome://copresence/strings.js"></script> | 71 <script src="chrome://copresence/strings.js"></script> |
| 72 <script src="chrome://resources/js/i18n_template2.js"></script> | 72 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 73 </body> | 73 </body> |
| 74 | 74 |
| 75 </html> | 75 </html> |
| OLD | NEW |