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 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 <body> | 73 <body> |
74 <button id="login-container" class="custom-appearance" hidden> | 74 <button id="login-container" class="custom-appearance" hidden> |
75 <div id="login-status-header"></div> | 75 <div id="login-status-header"></div> |
76 <div id="login-status-sub-header"></div> | 76 <div id="login-status-sub-header"></div> |
77 </button> | 77 </button> |
78 | 78 |
79 <div id="notification-container" class="inactive" hidden> | 79 <div id="notification-container" class="inactive" hidden> |
80 <div id="notification"> | 80 <div id="notification"> |
81 <span></span> | 81 <span></span> |
82 <div id="notificationLinks"></div> | 82 <div id="notificationLinks"></div> |
83 <button class="close-button" class="custom-appearance"></button> | 83 <button class="close-button custom-appearance" class="custom-appearance"> |
| 84 </button> |
84 </div> | 85 </div> |
85 </div> | 86 </div> |
86 | 87 |
87 <div id="card-slider-frame"> | 88 <div id="card-slider-frame"> |
88 <button id="page-switcher-start" class="page-switcher custom-appearance" | 89 <button id="page-switcher-start" class="page-switcher custom-appearance" |
89 tabindex="2" hidden>‹ | 90 tabindex="2" hidden>‹ |
90 </button> | 91 </button> |
91 <div id="page-list"></div> | 92 <div id="page-list"></div> |
92 <button id="page-switcher-end" class="page-switcher custom-appearance" | 93 <button id="page-switcher-end" class="page-switcher custom-appearance" |
93 tabindex="2" hidden>› | 94 tabindex="2" hidden>› |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 </div> | 194 </div> |
194 | 195 |
195 <!-- Bookmarks Import Data Link --> | 196 <!-- Bookmarks Import Data Link --> |
196 <div id="bookmarks-import-data-link-template" | 197 <div id="bookmarks-import-data-link-template" |
197 class="bookmarks-import-data-link-wrapper" hidden> | 198 class="bookmarks-import-data-link-wrapper" hidden> |
198 <a href="chrome://settings/importData" | 199 <a href="chrome://settings/importData" |
199 i18n-content="importDataLinkTitle" class="link-color"></a> | 200 i18n-content="importDataLinkTitle" class="link-color"></a> |
200 </div> | 201 </div> |
201 | 202 |
202 </html> | 203 </html> |
OLD | NEW |