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 <link rel="import" href="chrome://md-policy/policy_ui.html"> | |
| 7 <link rel="import" type="css" href="chrome://resources/css/roboto.css"> | |
| 8 <link rel="stylesheet" type="text/css" href="chrome://md-policy/md_policy.css" > | |
| 6 </head> | 9 </head> |
| 7 <body> | 10 <body> |
| 8 <h1>A Material Design policy page is under construction!</h1> | 11 <policy-ui></policy-ui> |
|
Dan Beam
2015/10/14 21:05:06
what's the point of this element/file? you should
fhorschig
2015/10/14 21:30:29
Do you mean like in Patchset #3 [1]?
If I wouldn'
| |
| 9 </body> | 12 </body> |
| 10 </html> | 13 </html> |
| OLD | NEW |