| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src 'self'"> | 5 <meta http-equiv="X-WebKit-CSP" |
| 6 content="object-src 'none'; |
| 7 script-src |
| 8 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief |
| 9 'self'"> |
| 6 <title>Credits</title> | 10 <title>Credits</title> |
| 7 <style> | 11 <style> |
| 8 body { | 12 body { |
| 9 font-family:Helvetica,Arial,sans-serif; | 13 font-family:Helvetica,Arial,sans-serif; |
| 10 background-color:white; | 14 background-color:white; |
| 11 font-size:84%; | 15 font-size:84%; |
| 12 max-width:1020px; | 16 max-width:1020px; |
| 13 } | 17 } |
| 14 .page-title { | 18 .page-title { |
| 15 font-size:164%; | 19 font-size:164%; |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 </head> | 59 </head> |
| 56 <body> | 60 <body> |
| 57 <span class="page-title" style="float:left;">Credits</span> | 61 <span class="page-title" style="float:left;">Credits</span> |
| 58 <a id="print-link" href="#" style="float:right;">Print</a> | 62 <a id="print-link" href="#" style="float:right;">Print</a> |
| 59 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects
--> | 63 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects
--> |
| 60 {{entries}} | 64 {{entries}} |
| 61 </div> | 65 </div> |
| 62 <script src="chrome://credits/credits.js"></script> | 66 <script src="chrome://credits/credits.js"></script> |
| 63 </body> | 67 </body> |
| 64 </html> | 68 </html> |
| OLD | NEW |