Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <html lang="en"> | 4 <html lang="en"> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title>Milo</title> | 6 <title>Milo</title> |
| 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 8 <script src="/static/common/js/time.js"></script> | 8 <script src="/static/common/js/time.js"></script> |
| 9 <script src="/static/common/third_party/js/jquery.min.js"></script> | 9 <script src="/static/common/third_party/js/jquery.min.js"></script> |
| 10 | 10 |
| 11 | 11 |
| 12 <body class="interface"> | 12 <body class="interface"> |
| 13 <header> | 13 <header> |
| 14 Luci | 14 Luci |
| 15 <div> | 15 <div> |
| 16 | 16 |
| 17 <a href="https://login.url/?target=/foobar">login</a> | 17 <a href="https://login.url/?target=/foobar">login</a> |
| 18 | 18 |
| 19 </div> | 19 </div> |
| 20 </header> | 20 </header> |
| 21 <hr> | 21 <hr> |
| 22 | 22 |
| 23 <h1>Milo</h1> | 23 <h1>Milo</h1> |
| 24 | 24 |
| 25 | 25 |
| 26 | |
|
nodir
2017/04/04 23:12:08
one day we won't have these
hinoka
2017/04/05 20:45:06
one day... Yeah these are ugly :(
| |
| 27 | |
| 26 <h2> Module 1 | 28 <h2> Module 1 |
| 27 | 29 |
| 28 </h2> | 30 </h2> |
| 29 | 31 |
| 30 <h3> Example master A </h3> | 32 <h3> Example master A </h3> |
| 31 | 33 |
| 32 <li><a href="/master1/buildera">Example builder</a></li> | 34 <li><a href="/master1/buildera">Example builder</a></li> |
| 33 | 35 |
| 34 <li><a href="/master1/builderb">Example builder 2</a></li> | 36 <li><a href="/master1/builderb">Example builder 2</a></li> |
| 35 | 37 |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 61 <script> | 63 <script> |
| 62 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ | 64 (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), | 65 (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) | 66 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'); | 67 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); |
| 66 | 68 |
| 67 ga('create', 'UA-12345-01', 'auto'); | 69 ga('create', 'UA-12345-01', 'auto'); |
| 68 ga('send', 'pageview'); | 70 ga('send', 'pageview'); |
| 69 </script> | 71 </script> |
| 70 | 72 |
| OLD | NEW |