OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <meta http-equiv="X-WebKit-CSP" | 5 <include src="content_security_policy.html"/> |
6 content="object-src 'none'; | |
7 script-src chrome://resources | |
8 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief | |
9 'self' 'unsafe-eval'"> | |
10 <title i18n-content="title"></title> | 6 <title i18n-content="title"></title> |
11 <style> | 7 <style> |
12 body { | 8 body { |
13 margin: 10px; | 9 margin: 10px; |
14 min-width: 47em; | 10 min-width: 47em; |
15 } | 11 } |
16 | 12 |
17 a { | 13 a { |
18 color: blue; | 14 color: blue; |
19 font-size: 103%; | 15 font-size: 103%; |
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 <div id="get-moar-extensions" jsdisplay="extensions.length > 0" | 570 <div id="get-moar-extensions" jsdisplay="extensions.length > 0" |
575 i18n-content="getMoreExtensions"></div> | 571 i18n-content="getMoreExtensions"></div> |
576 </div> | 572 </div> |
577 </div> | 573 </div> |
578 </div> | 574 </div> |
579 <script src="chrome://resources/js/i18n_template.js"></script> | 575 <script src="chrome://resources/js/i18n_template.js"></script> |
580 <script src="chrome://resources/js/i18n_process.js"></script> | 576 <script src="chrome://resources/js/i18n_process.js"></script> |
581 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 577 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
582 </body> | 578 </body> |
583 </html> | 579 </html> |
OLD | NEW |