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 themegravity:themegravity; | 5 themegravity:themegravity; |
6 bookmarkbarattached:bookmarkbarattached;" | 6 bookmarkbarattached:bookmarkbarattached;" |
7 class="starting-up"> | 7 class="starting-up"> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 <div id="bottom-panel-footer"> | 92 <div id="bottom-panel-footer"> |
93 <div id="bottom-panel-toolbar"> | 93 <div id="bottom-panel-toolbar"> |
94 <div id="notification-container" class="inactive" hidden> | 94 <div id="notification-container" class="inactive" hidden> |
95 <div id="notification"> | 95 <div id="notification"> |
96 <span></span> | 96 <span></span> |
97 <div id="notificationLinks"></div> | 97 <div id="notificationLinks"></div> |
98 <button class="close-button custom-appearance"></button> | 98 <button class="close-button custom-appearance"></button> |
99 </div> | 99 </div> |
100 </div> | 100 </div> |
101 </div> | 101 </div> |
| 102 <div id="bookmark-bar-spacer"></div> |
102 </div> | 103 </div> |
103 </div> | 104 </div> |
104 <div id="promo-bubble-anchor"></div> | 105 <div id="promo-bubble-anchor"></div> |
105 </body> | 106 </body> |
106 | 107 |
107 <!-- A div to hold all the templates, and in the darkness bind them. --> | 108 <!-- A div to hold all the templates, and in the darkness bind them. --> |
108 <div hidden> | 109 <div hidden> |
109 | 110 |
110 <!-- NTP4 intro bubble --> | 111 <!-- NTP4 intro bubble --> |
111 <div id="ntp4-intro-bubble-contents"> | 112 <div id="ntp4-intro-bubble-contents"> |
(...skipping 15 matching lines...) Expand all Loading... |
127 <div class="app-img-container"> | 128 <div class="app-img-container"> |
128 <img class="invisible"> | 129 <img class="invisible"> |
129 </div> | 130 </div> |
130 </div> | 131 </div> |
131 <span class="title"></span> | 132 <span class="title"></span> |
132 </div> | 133 </div> |
133 | 134 |
134 </div> | 135 </div> |
135 | 136 |
136 </html> | 137 </html> |
OLD | NEW |