| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;lang:language"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <meta name="viewport" content="width=device-width, initial-scale=1.0, | 5 <meta name="viewport" content="width=device-width, initial-scale=1.0, |
| 6 maximum-scale=1.0, user-scalable=no"> | 6 maximum-scale=1.0, user-scalable=no"> |
| 7 <title i18n-content="title"></title> | 7 <title i18n-content="title"></title> |
| 8 <link rel="stylesheet" href="../../../components/security_interstitials/core/b
rowser/resources/interstitial_v2.css"> | 8 <link rel="stylesheet" href="../../../components/security_interstitials/core/b
rowser/resources/interstitial_v2.css"> |
| 9 <link rel="stylesheet" href="neterror.css"> | 9 <link rel="stylesheet" href="neterror.css"> |
| 10 <script src="../../../components/security_interstitials/core/browser/resources
/interstitial_v2_mobile.js"></script> | 10 <script src="../../../components/security_interstitials/core/browser/resources
/interstitial_v2_mobile.js"></script> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 <div id="details" class="hidden"> | 60 <div id="details" class="hidden"> |
| 61 <div class="suggestions" jsselect="suggestionsDetails"> | 61 <div class="suggestions" jsselect="suggestionsDetails"> |
| 62 <div class="suggestion-header" jsvalues=".innerHTML:header"></div> | 62 <div class="suggestion-header" jsvalues=".innerHTML:header"></div> |
| 63 <div class="suggestion-body" jsvalues=".innerHTML:body"></div> | 63 <div class="suggestion-body" jsvalues=".innerHTML:body"></div> |
| 64 </div> | 64 </div> |
| 65 </div> | 65 </div> |
| 66 </div> | 66 </div> |
| 67 <div id="sub-frame-error"> | 67 <div id="sub-frame-error"> |
| 68 <!-- Show details when hovering over the icon, in case the details are | 68 <!-- Show details when hovering over the icon, in case the details are |
| 69 hidden because they're too large. --> | 69 hidden because they're too large. --> |
| 70 <img class="icon" jseval="updateIconClass(this.classList, iconClass)" | 70 <div class="icon" |
| 71 jsvalues=".title:errorDetails"> | 71 jseval="updateIconClass(this.classList, iconClass)"></div> |
| 72 <div id="sub-frame-error-details" jsvalues=".innerHTML:errorDetails"></div> | 72 <div id="sub-frame-error-details" jsselect="summary" jsvalues=".innerHTML:ms
g"></div> |
| 73 </div> | 73 </div> |
| 74 | 74 |
| 75 <div id="offline-resources"> | 75 <div id="offline-resources"> |
| 76 <img id="offline-resources-1x" src="default_100_percent/offline/100-offline-
sprite.png"> | 76 <img id="offline-resources-1x" src="default_100_percent/offline/100-offline-
sprite.png"> |
| 77 <img id="offline-resources-2x" src="default_200_percent/offline/200-offline-
sprite.png"> | 77 <img id="offline-resources-2x" src="default_200_percent/offline/200-offline-
sprite.png"> |
| 78 <template id="audio-resources"> | 78 <template id="audio-resources"> |
| 79 <audio id="offline-sound-press" src="sounds/button-press.mp3"></audio> | 79 <audio id="offline-sound-press" src="sounds/button-press.mp3"></audio> |
| 80 <audio id="offline-sound-hit" src="sounds/hit.mp3"></audio> | 80 <audio id="offline-sound-hit" src="sounds/hit.mp3"></audio> |
| 81 <audio id="offline-sound-reached" src="sounds/score-reached.mp3"></audio> | 81 <audio id="offline-sound-reached" src="sounds/score-reached.mp3"></audio> |
| 82 </template> | 82 </template> |
| 83 </div> | 83 </div> |
| 84 </body> | 84 </body> |
| 85 </html> | 85 </html> |
| OLD | NEW |