| OLD | NEW |
| (Empty) |
| 1 | |
| 2 <!DOCTYPE html> | |
| 3 | |
| 4 <html lang="en"> | |
| 5 <meta charset="utf-8"> | |
| 6 <title>Milo</title> | |
| 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | |
| 8 <script src="/static/common/js/time.js"></script> | |
| 9 <script src="/static/common/third_party/js/jquery.min.js"></script> | |
| 10 | |
| 11 | |
| 12 <body class="interface"> | |
| 13 <header> | |
| 14 Luci | |
| 15 <div> | |
| 16 | |
| 17 <a href="https://login.url/?target=/foobar">login</a> | |
| 18 | |
| 19 </div> | |
| 20 </header> | |
| 21 <hr> | |
| 22 | |
| 23 <h1>Milo</h1> | |
| 24 | |
| 25 | |
| 26 <h2> Module 1 | |
| 27 | |
| 28 </h2> | |
| 29 | |
| 30 <h3> Example master A </h3> | |
| 31 | |
| 32 <li><a href="/master1/buildera">Example builder</a></li> | |
| 33 | |
| 34 <li><a href="/master1/builderb">Example builder 2</a></li> | |
| 35 | |
| 36 | |
| 37 | |
| 38 | |
| 39 | |
| 40 <footer> | |
| 41 <hr> | |
| 42 <a href="https://github.com/luci">luci</a>, | |
| 43 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | |
| 44 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | |
| 45 </footer> | |
| 46 <script> | |
| 47 (function () { | |
| 48 'use strict'; | |
| 49 milo.makeTimesLocal(); | |
| 50 })(); | |
| 51 </script> | |
| 52 <script> | |
| 53 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | |
| 54 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | |
| 55 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | |
| 56 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | |
| 57 | |
| 58 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | |
| 59 </script> | |
| 60 | |
| 61 <script> | |
| 62 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | |
| 63 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | |
| 64 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | |
| 65 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | |
| 66 | |
| 67 ga('create', 'UA-12345-01', 'auto'); | |
| 68 ga('send', 'pageview'); | |
| 69 </script> | |
| 70 | |
| OLD | NEW |