| 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 Running | 8 Running |
| 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=2d8d62f6be545b10&show_raw=1">
Task 2d8d62f6be545b10</a> | 66 <a href="https://example.com/task?id=2d8d62f6be545b10&show_raw=1&a
mp;wide_logs=true">Task 2d8d62f6be545b10</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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 <script> | 440 <script> |
| 441 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 441 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 442 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 442 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 443 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 443 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 444 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 444 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 445 | 445 |
| 446 ga('create', 'UA-12345-01', 'auto'); | 446 ga('create', 'UA-12345-01', 'auto'); |
| 447 ga('send', 'pageview'); | 447 ga('send', 'pageview'); |
| 448 </script> | 448 </script> |
| 449 | 449 |
| OLD | NEW |