| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Milo</title> | 5 <title>Milo</title> |
| 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 7 <script src="/static/common/js/time.js"></script> | 7 <script src="/static/common/js/time.js"></script> |
| 8 <script src="/static/common/third_party/js/jquery.min.js"></script> | 8 <script src="/static/common/third_party/js/jquery.min.js"></script> |
| 9 | 9 |
| 10 | 10 |
| 11 <body class="interface"> | 11 <body class="interface"> |
| 12 <header> | 12 <header> |
| 13 Luci | 13 Luci |
| 14 <div> |
| 15 |
| 16 <a href="https://login.url/">login</a> |
| 17 |
| 18 </div> |
| 14 </header> | 19 </header> |
| 15 <hr> | 20 <hr> |
| 16 | 21 |
| 17 <h1>Milo</h1> | 22 <h1>Milo</h1> |
| 18 | 23 |
| 19 | 24 |
| 20 <h2> Module 1 </h2> | 25 <h2> Module 1 </h2> |
| 21 | 26 |
| 22 <h3> Master Example master A </h3> | 27 <h3> Master Example master A </h3> |
| 23 | 28 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 36 <a href="https://github.com/luci">luci</a>, | 41 <a href="https://github.com/luci">luci</a>, |
| 37 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 42 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 38 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | 43 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) |
| 39 </footer> | 44 </footer> |
| 40 <script> | 45 <script> |
| 41 (function () { | 46 (function () { |
| 42 'use strict'; | 47 'use strict'; |
| 43 milo.makeTimesLocal(); | 48 milo.makeTimesLocal(); |
| 44 })(); | 49 })(); |
| 45 </script> | 50 </script> |
| OLD | NEW |