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 <head> | 7 <head> |
8 <meta charset="utf-8"> | 8 <meta charset="utf-8"> |
9 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
10 <!-- Don't scale the viewport in either portrait or landscape mode. | 10 <!-- Don't scale the viewport in either portrait or landscape mode. |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 <span i18n-content="trashLabel"></span> | 97 <span i18n-content="trashLabel"></span> |
98 </div> | 98 </div> |
99 </div> | 99 </div> |
100 </div> | 100 </div> |
101 </body> | 101 </body> |
102 | 102 |
103 <!-- Apps promo. --> | 103 <!-- Apps promo. --> |
104 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden> | 104 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden> |
105 <h3 class="apps-promo-heading"></h3> | 105 <h3 class="apps-promo-heading"></h3> |
106 <a class="apps-promo-link g-button-basic"><a/> | 106 <a class="apps-promo-link g-button-basic"><a/> |
107 <a class="apps-promo-hide link-color" href="#"><a/> | |
108 </div> | 107 </div> |
109 </html> | 108 </html> |
OLD | NEW |