| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Builder [[name here]]</title> | 5 <title>Builder Sample Builder</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 | 8 |
| 9 | 9 |
| 10 <body class="interface"> | 10 <body class="interface"> |
| 11 <header> | 11 <header> |
| 12 Luci | 12 Luci |
| 13 </header> | 13 </header> |
| 14 <hr> | 14 <hr> |
| 15 | 15 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 33 <a href="https://github.com/luci">luci</a>, | 33 <a href="https://github.com/luci">luci</a>, |
| 34 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 34 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 35 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 35 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> |
| 36 </footer> | 36 </footer> |
| 37 <script> | 37 <script> |
| 38 (function () { | 38 (function () { |
| 39 'use strict'; | 39 'use strict'; |
| 40 milo.makeTimesLocal(); | 40 milo.makeTimesLocal(); |
| 41 })(); | 41 })(); |
| 42 </script> | 42 </script> |
| OLD | NEW |