Chromium Code Reviews| Index: chrome/browser/resources/md_bookmarks/bookmarks.html |
| diff --git a/chrome/browser/resources/md_bookmarks/bookmarks.html b/chrome/browser/resources/md_bookmarks/bookmarks.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0176d893e17e16b8039c4dc681fbcd5a3e54fc57 |
| --- /dev/null |
| +++ b/chrome/browser/resources/md_bookmarks/bookmarks.html |
| @@ -0,0 +1,13 @@ |
| +<!doctype html> |
| +<html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| +<head> |
| + <meta charset="utf8"> |
| + <title>$i18n{title}</title> |
| + |
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| + <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> |
| +</head> |
| +<body> |
| +</body> |
| + |
| +</html> |