Chromium Code Reviews| Index: chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html |
| diff --git a/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html b/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..02b597dd81a86d456b67708a81f4879785e58804 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html |
| @@ -0,0 +1,16 @@ |
| +<!doctype html> |
| +<html> |
| + <head> |
| + <title>Stylizr</title> |
| + <style> |
| + body { |
| + font-family: sans-serif; |
| + width: 200px; |
| + } |
| + </style> |
| + </head> |
| + <body> |
| + <div id="message"></div> |
| + <script src="popup.js"></script> |
| + </body> |
| +</html> |