Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Side by Side Diff: chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html

Issue 8916013: Added storage sample. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Storage sample Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <title>Stylizr</title>
5 <style>
6 body {
7 font-family: sans-serif;
8 width: 200px;
9 }
10 </style>
11 </head>
12 <body>
13 <div id="message"></div>
14 <script src="popup.js"></script>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698