| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |