| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;.style.fontSize:fontsize"> | 2 <html i18n-values="dir:textdirection;.style.fontSize:fontsize;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="../../browser/resources/security_warnings/interst
itial_v2.css"> | 8 <link rel="stylesheet" href="../../browser/resources/security_warnings/interst
itial_v2.css"> |
| 9 <link rel="stylesheet" href="neterror.css"> | 9 <link rel="stylesheet" href="neterror.css"> |
| 10 <script src="neterror.js"></script> | 10 <script src="neterror.js"></script> |
| 11 <script src="offline.js"></script> | 11 <script src="offline.js"></script> |
| 12 </head> | 12 </head> |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 <img id="2x-restart" src="default_200_percent/offline/200-restart.png"> | 97 <img id="2x-restart" src="default_200_percent/offline/200-restart.png"> |
| 98 </div> | 98 </div> |
| 99 <template id="audio-resources"> | 99 <template id="audio-resources"> |
| 100 <audio id="offline-sound-press" src="sounds/button-press.mp3"></audio> | 100 <audio id="offline-sound-press" src="sounds/button-press.mp3"></audio> |
| 101 <audio id="offline-sound-hit" src="sounds/hit.mp3"></audio> | 101 <audio id="offline-sound-hit" src="sounds/hit.mp3"></audio> |
| 102 <audio id="offline-sound-reached" src="sounds/score-reached.mp3"></audio> | 102 <audio id="offline-sound-reached" src="sounds/score-reached.mp3"></audio> |
| 103 </template> | 103 </template> |
| 104 </div> | 104 </div> |
| 105 </body> | 105 </body> |
| 106 </html> | 106 </html> |
| OLD | NEW |