Chromium Code Reviews| Index: chrome/browser/resources/md_policy/md_policy.html |
| diff --git a/chrome/browser/resources/md_policy/md_policy.html b/chrome/browser/resources/md_policy/md_policy.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0ed781997cfbfc7538814e70e50bc25be2d9eb67 |
| --- /dev/null |
| +++ b/chrome/browser/resources/md_policy/md_policy.html |
| @@ -0,0 +1,10 @@ |
| +<!doctype html> |
| +<html> |
| +<head> |
| + <meta charset="utf-8"> |
| + <title>Policies</title> |
| +</head> |
| +<body> |
| + <h1>A Material Design policy page is under construction!</h1> |
| +</body> |
| +</html> |