| 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 Sample Builder</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 <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 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 <hr> | 33 <hr> |
| 34 <a href="https://github.com/luci">luci</a>, | 34 <a href="https://github.com/luci">luci</a>, |
| 35 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 35 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 36 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | 36 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) |
| 37 </footer> | 37 </footer> |
| 38 <script> | 38 <script> |
| 39 (function () { | 39 (function () { |
| 40 'use strict'; | 40 'use strict'; |
| 41 milo.makeTimesLocal(); | 41 milo.makeTimesLocal(); |
| 42 })(); | 42 })(); |
| 43 |
| 44 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 45 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 46 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 47 })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'
); |
| 48 |
| 49 ga('create', 'thisisananalyticsid', 'auto'); |
| 50 ga('send', 'pageview'); |
| 51 |
| 43 </script> | 52 </script> |
| OLD | NEW |