| 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 <head> | 7 <head> |
| 7 <meta charset="utf-8"> | 8 <meta charset="utf-8"> |
| 8 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
| 9 <!-- Don't scale the viewport in either portrait or landscape mode. | 10 <!-- Don't scale the viewport in either portrait or landscape mode. |
| 10 Note that this means apps will be reflowed when rotated (like iPad). | 11 Note that this means apps will be reflowed when rotated (like iPad). |
| 11 If we wanted to maintain position we could remove 'maximum-scale' so | 12 If we wanted to maintain position we could remove 'maximum-scale' so |
| 12 that we'd zoom out in portrait mode, but then there would be a bunch | 13 that we'd zoom out in portrait mode, but then there would be a bunch |
| 13 of unusable space at the bottom. | 14 of unusable space at the bottom. |
| 14 --> | 15 --> |
| 15 <meta name="viewport" | 16 <meta name="viewport" |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 </div> | 98 </div> |
| 98 </body> | 99 </body> |
| 99 | 100 |
| 100 <!-- Apps promo. --> | 101 <!-- Apps promo. --> |
| 101 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden> | 102 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden> |
| 102 <h3 class="apps-promo-heading"></h3> | 103 <h3 class="apps-promo-heading"></h3> |
| 103 <a class="apps-promo-link g-button-basic"><a/> | 104 <a class="apps-promo-link g-button-basic"><a/> |
| 104 <a class="apps-promo-hide link-color" href="#"><a/> | 105 <a class="apps-promo-hide link-color" href="#"><a/> |
| 105 </div> | 106 </div> |
| 106 </html> | 107 </html> |
| OLD | NEW |