Chromium Code Reviews| 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 <title>Policies</title> | 5 <title>Policies</title> |
| 6 | |
| 7 <script src="chrome://resources/js/cr.js"></script> | |
| 8 <script src="chrome://resources/js/load_time_data.js"></script> | |
| 9 <script src="chrome://resources/js/util.js"></script> | |
| 10 <script src="chrome://resources/js/polymer_config.js"></script> | |
| 11 <script src="chrome://md-policy/strings.js"></script> | |
| 12 | |
| 13 <link rel="import" href="chrome://md-policy/policy_ui.html"> | |
| 14 | |
| 15 <link rel="import" type="css" href="chrome://resources/css/roboto.css"> | |
| 16 | |
| 17 <link rel="stylesheet" type="text/css" href="chrome://md-policy/md_policy.css" > | |
| 6 </head> | 18 </head> |
| 7 <body> | 19 <body> |
| 8 <h1>A Material Design policy page is under construction!</h1> | 20 <policy-ui></policy-ui> |
| 21 | |
| 22 <script src="chrome://resources/js/i18n_template.js"></script> | |
|
stevenjb
2015/10/07 17:09:32
Any reason this can't be above with the other scri
fhorschig
2015/10/08 09:35:45
No relevant one. Moved.
| |
| 9 </body> | 23 </body> |
| 10 </html> | 24 </html> |
| OLD | NEW |