- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / extensions / news_a11y / feed.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <link href="feed.css" rel="stylesheet" type="text/css">
5     <script src="feed.js"></script>
6   </head>
7   <body>
8     <a id="title_a" tabIndex="0"><img id='title' alt="Google News logo"></a>
9     <div id="feed"></div>
10   </body>
11 </html>
12