Advertisement
joris

XXI Code 1

Oct 7th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.71 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Movies Show</title>
  6.      <meta name="description" content="">
  7.     <meta name="author" content="Bertho Joris">
  8.     <meta name="HandheldFriendly" content="True">
  9.     <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  10.     <meta name="apple-mobile-web-app-capable" content="yes">
  11.     <meta name="apple-mobile-web-app-status-bar-style" content="black">
  12.     <meta name="format-detection" content="telephone=no">
  13.     <meta http-equiv="cleartype" content="on">
  14.    
  15.    
  16.  
  17.     <!-- Main Stylesheet -->
  18.     <link rel="stylesheet" href="new/lungo.css">
  19.     <link rel="stylesheet" href="new/lungo.theme.css">
  20.     <link rel="stylesheet" href="new/lungo.icon.css">
  21.     <!-- App Stylesheet -->
  22.     <link rel="stylesheet" href="static/stylesheets/app.css">
  23. </head>
  24.  
  25. <body>
  26.  
  27. <section id="main" data-transition="left" data-aside="menu" class="drag">
  28.         <header data-title="Movies Monitoring">
  29.                     <nav>
  30.                         <a href="#" data-view-aside="testmenu" data-icon="menu"></a>
  31.                     </nav>
  32.                     <nav class="on-right">
  33.                         <a href="#"><abbr class="text tiny ">v1.0</abbr></a>
  34.                     </nav>
  35.         </header>
  36.        
  37.    
  38.  
  39.     <article id="list-indented" class="list scroll indented">
  40.             <div class="empty">
  41.                 <span class="icon user"></span>
  42.                 <strong>Why use this app</strong>
  43.                 <small>Launcher app? It's an obsolate. This application can help you provide XXI movies data with easy way and  update.</small>
  44.             </div>
  45.            
  46.             <ul>
  47.                 <li class="accept">
  48.                     <strong>Application Core</strong>
  49.                     <small>Build with phonegap</small>
  50.                 </li>
  51.                 <li class="cancel">
  52.                     <strong>User Interface</strong>
  53.                     <small>Support by lungo framework</small>
  54.                 </li>
  55.                 <li class="biru">
  56.                     <strong>Data Support</strong>
  57.                     <small>Server engine with Yii framework</small>
  58.                 </li>
  59.             </ul>
  60.         </article>
  61.      
  62.      
  63.  
  64. </section>
  65.  
  66. <script src="new/jquery203.js"></script>
  67. <script src="components/quojs/quo.js"></script>
  68. <script src="new/lungo.js"></script>
  69. <script>
  70.     Lungo.init({
  71.         name: 'Movies Monitoring',
  72.         version: '1.0',
  73.         resources: [
  74.             'static/pages/menu.html'
  75.         ],
  76.         history: false
  77.     });
  78. </script>
  79. <script src="new/date.format.js"></script>
  80. <script src="static/javascripts/app.js"></script>
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement