| 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> | 6 <title> |
| 7 | 7 |
| 8 Pending | 8 Pending |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 | 56 |
| 57 | 57 |
| 58 | 58 |
| 59 | 59 |
| 60 | 60 |
| 61 <h2>Execution:</h2> | 61 <h2>Execution:</h2> |
| 62 <ul> | 62 <ul> |
| 63 | 63 |
| 64 <li> | 64 <li> |
| 65 Source: | 65 Source: |
| 66 <a href="https://example.com/task?id=2fb1b35e1da25710&show_raw=1">
Task 2fb1b35e1da25710</a> | 66 <a href="https://example.com/task?id=2fb1b35e1da25710&show_raw=1&a
mp;wide_logs=true">Task 2fb1b35e1da25710</a> |
| 67 </li> | 67 </li> |
| 68 | 68 |
| 69 | 69 |
| 70 | 70 |
| 71 | 71 |
| 72 | 72 |
| 73 </ul> | 73 </ul> |
| 74 | 74 |
| 75 | 75 |
| 76 | 76 |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 <script> | 171 <script> |
| 172 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 172 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 173 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 173 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 174 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 174 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 175 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 175 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 176 | 176 |
| 177 ga('create', 'UA-12345-01', 'auto'); | 177 ga('create', 'UA-12345-01', 'auto'); |
| 178 ga('send', 'pageview'); | 178 ga('send', 'pageview'); |
| 179 </script> | 179 </script> |
| 180 | 180 |
| OLD | NEW |