| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values=" | 2 <html i18n-values=" |
| 3 dir:textdirection; | 3 dir:textdirection; |
| 4 hasattribution:hasattribution; | 4 hasattribution:hasattribution; |
| 5 customlogo:customlogo; | 5 customlogo:customlogo; |
| 6 themegravity:themegravity; | 6 themegravity:themegravity; |
| 7 bookmarkbarattached:bookmarkbarattached;" | 7 bookmarkbarattached:bookmarkbarattached;" |
| 8 class="starting-up"> | 8 class="starting-up"> |
| 9 <head> | 9 <head> |
| 10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 <!-- App install hint --> | 190 <!-- App install hint --> |
| 191 <a id="app-install-hint-template" class="app-install-hint"> | 191 <a id="app-install-hint-template" class="app-install-hint"> |
| 192 <div class="app-install-hint-interior"> | 192 <div class="app-install-hint-interior"> |
| 193 <div class="interior-background"></div> | 193 <div class="interior-background"></div> |
| 194 <div class="vertical-bar"></div> | 194 <div class="vertical-bar"></div> |
| 195 <div class="horizontal-bar"></div> | 195 <div class="horizontal-bar"></div> |
| 196 </div> | 196 </div> |
| 197 <span i18n-content="appInstallHintText"></span> | 197 <span i18n-content="appInstallHintText"></span> |
| 198 </a> | 198 </a> |
| 199 | 199 |
| 200 <!-- Message shown in the other sessions menu when the user is signed in but |
| 201 there is no session data (e.g. they have tab sync turned off). --> |
| 202 <div id="other-sessions-promo-message" class="promo-message"> |
| 203 <span i18n-content="otherSessionsEmpty"></span> |
| 204 <p> |
| 205 <a i18n-values="href:otherSessionsLearnMoreUrl" i18n-content="learnMore"> |
| 206 </a> |
| 207 </p> |
| 208 </div> |
| 209 |
| 200 </div> | 210 </div> |
| 201 | 211 |
| 202 <!-- This is used to measure text in the current locale. It is not visible. --> | 212 <!-- This is used to measure text in the current locale. It is not visible. --> |
| 203 <div id="fontMeasuringDiv"></div> | 213 <div id="fontMeasuringDiv"></div> |
| 204 | 214 |
| 205 </html> | 215 </html> |
| OLD | NEW |