OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 | 2 |
3 <html id="t"> | 3 <html id="t"> |
4 <head> | 4 <head> |
5 <title>About Stats</title> | 5 <title>About Stats</title> |
6 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. | 6 <include src="content_security_policy.html"/> |
7 The 'unsafe-eval' is required for jstemplate_compiled.js. | |
8 TODO(tsepez) rename when Content-security-policy is done. | |
9 --> | |
10 <meta http-equiv="X-WebKit-CSP" | |
11 content="object-src 'none'; | |
12 script-src chrome://resources | |
13 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief | |
14 'self' 'unsafe-eval'"> | |
15 <style> | 7 <style> |
16 body { | 8 body { |
17 border-top: 10px solid #3B85E3; | 9 border-top: 10px solid #3B85E3; |
18 color: #333; | 10 color: #333; |
19 font-family: Verdana, Helvetica, Arial, sans-serif; | 11 font-family: Verdana, Helvetica, Arial, sans-serif; |
20 } | 12 } |
21 body, td { | 13 body, td { |
22 font-size: 11px; | 14 font-size: 11px; |
23 } | 15 } |
24 a:link, a:visited { | 16 a:link, a:visited { |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 </tr> | 125 </tr> |
134 </tbody> | 126 </tbody> |
135 </table> | 127 </table> |
136 </td> | 128 </td> |
137 </tr> | 129 </tr> |
138 </tbody> | 130 </tbody> |
139 </table><br/> | 131 </table><br/> |
140 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 132 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
141 </body> | 133 </body> |
142 </html> | 134 </html> |
OLD | NEW |