Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: chrome/renderer/resources/neterror.html

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/error_app.html ('k') | content/browser/resources/gpu/gpu_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698