| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Build Log</title> | 5 <title>Build Log</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 </header> | 14 </header> |
| 15 <hr> | 15 <hr> |
| 16 | 16 |
| 17 <div class="log"><pre>This is the log</pre></div> | 17 <div class="log"><pre>This is the log</pre></div> |
| 18 | 18 |
| 19 |
| 19 <footer> | 20 <footer> |
| 20 <hr> | 21 <hr> |
| 21 <a href="https://github.com/luci">luci</a>, | 22 <a href="https://github.com/luci">luci</a>, |
| 22 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 23 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 23 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 24 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> |
| 24 </footer> | 25 </footer> |
| 25 <script> | 26 <script> |
| 26 (function () { | 27 (function () { |
| 27 'use strict'; | 28 'use strict'; |
| 28 milo.makeTimesLocal(); | 29 milo.makeTimesLocal(); |
| 29 })(); | 30 })(); |
| 30 </script> | 31 </script> |
| OLD | NEW |