- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / storage / stylizr / popup.html
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>