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

Side by Side Diff: chrome/browser/resources/gaia_auth/offline.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 years 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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="offline.css"> 5 <link rel="stylesheet" href="offline.css">
6 <script src="util.js"></script> 6 <script src="util.js"></script>
7 <script src="offline.js"></script> 7 <script src="offline.js"></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <div class="wrapper"> 10 <div class="wrapper">
11 <div class="main content"> 11 <div class="main content">
(...skipping 15 matching lines...) Expand all
27 </span> 27 </span>
28 </label> 28 </label>
29 <input id="submit-button" type="submit" 29 <input id="submit-button" type="submit"
30 class="g-button g-button-submit"> 30 class="g-button g-button-submit">
31 </form> 31 </form>
32 </div> 32 </div>
33 </div> 33 </div>
34 </div> 34 </div>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/gaia_auth/main.html ('k') | chrome/browser/resources/gaia_auth/success.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698