Advertisement
FANMixco

rssPage.html

Feb 4th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.98 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <title>rssPage</title>
  6.  
  7.     <!-- WinJS references -->
  8.     <link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
  9.     <script src="//Microsoft.WinJS.1.0/js/base.js"></script>
  10.     <script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
  11.  
  12.     <link href="rssPage.css" rel="stylesheet" />
  13.     <script src="rssPage.js"></script>
  14. </head>
  15. <body>
  16.     <div class="rssPage fragment">
  17.         <header aria-label="Header content" role="banner">
  18.             <button class="win-backbutton" aria-label="Back" disabled type="button"></button>
  19.             <h1 class="titlearea win-type-ellipsis">
  20.                 <span class="pagetitle">¡Bienvenidos al Blog de la Rivera Maya!</span>
  21.             </h1>
  22.         </header>
  23.         <section aria-label="Main content" role="main">
  24.             <div id="articleList" data-win-control="WinJS.UI.ListView">
  25.  
  26.             </div>
  27.         </section>
  28.     </div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement