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 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t
ype="text/css"> | 8 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t
ype="text/css"> |
9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script> | 9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script> |
10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m
in.js"></script> | 10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m
in.js"></script> |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 <script> | 74 <script> |
75 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 75 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
76 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 76 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
77 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 77 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
78 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 78 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
79 | 79 |
80 ga('create', 'UA-12345-01', 'auto'); | 80 ga('create', 'UA-12345-01', 'auto'); |
81 ga('send', 'pageview'); | 81 ga('send', 'pageview'); |
82 </script> | 82 </script> |
83 | 83 |
OLD | NEW |