Advertisement
Guest User

Untitled

a guest
Jun 20th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.   <meta charset="utf-8">
  5.   <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
  6.  
  7.   <title>Ionic Template</title>
  8.  
  9.   <link href="http://code.ionicframework.com/1.0.0-beta.8/css/ionic.css" rel="stylesheet">
  10.   <script src="http://code.ionicframework.com/1.0.0-beta.8/js/ionic.bundle.js"></script>
  11. </head>
  12.  
  13. <body>
  14.  
  15.   <ion-header-bar class="bar-positive">
  16.     <h1 class="title">Blank</h1>
  17.   </ion-header-bar>
  18.  
  19. <ion-content>
  20.   <h1>Content</h1>
  21. </ion-content>
  22.  
  23.  
  24.   <ion-footer-bar class="bar-positive">
  25.     <h1 class="title">Footer</h1>
  26.   </ion-footer-bar>
  27.  
  28.  
  29. </body>
  30.  
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement