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/i18n_template.js"></script> | |
| 10 <script src="chrome://resources/js/polymer_config.js"></script> | |
| 11 <script src="chrome://resources/js/util.js"></script> | |
| 12 <script src="chrome://md-policy/strings.js"></script> | |
|
Dan Beam
2015/10/10 01:04:18
if we're not using this on iOS, can you use import
fhorschig
2015/10/13 16:29:10
Done. Also distributed dependencies to the files t
| |
| 13 | |
| 14 <link rel="import" href="chrome://md-policy/policy_ui.html"> | |
| 15 | |
| 16 <link rel="import" type="css" href="chrome://resources/css/roboto.css"> | |
| 17 | |
| 18 <link rel="stylesheet" type="text/css" href="chrome://md-policy/md_policy.css" > | |
| 6 </head> | 19 </head> |
| 7 <body> | 20 <body> |
| 8 <h1>A Material Design policy page is under construction!</h1> | 21 <policy-ui></policy-ui> |
| 22 | |
|
Dan Beam
2015/10/10 01:04:18
why this \n?
fhorschig
2015/10/13 16:29:10
Deleted.
| |
| 9 </body> | 23 </body> |
| 10 </html> | 24 </html> |
| OLD | NEW |