| 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/">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 <h2> Module 1 </h2> | 26 <h2> Module 1 </h2> |
| 27 | 27 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 <script> | 59 <script> |
| 60 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 60 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 61 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 61 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 62 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 62 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 63 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 63 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 64 | 64 |
| 65 ga('create', 'UA-12345-01', 'auto'); | 65 ga('create', 'UA-12345-01', 'auto'); |
| 66 ga('send', 'pageview'); | 66 ga('send', 'pageview'); |
| 67 </script> | 67 </script> |
| 68 | 68 |
| OLD | NEW |