|
| 1 | +<!doctype html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <link rel="icon" type="image/png" href="/ionic-lab/static/img/favicon.png" /> |
| 6 | + <link rel="stylesheet" href="/ionic-lab/static/css/style.css" /> |
| 7 | + </head> |
| 8 | + <body> |
| 9 | + <div id="app"> |
| 10 | + <div id="header"> |
| 11 | + <div id="header-left"> |
| 12 | + <a target="_blank" href="http://ionicframework.com/" id="logo"> |
| 13 | + </a> |
| 14 | + </div> |
| 15 | + |
| 16 | + <div id="header-right"> |
| 17 | + <div class="dropdown"> |
| 18 | + <button class="dropdown-toggle" type="button">Platforms <span class="dropdown-caret"></span></button> |
| 19 | + <ul class="dropdown-menu"> |
| 20 | + <li><input type="checkbox" id="device-iphone" name="iphone" checked><label for="device-iphone">iPhone</label></li> |
| 21 | + <li><input type="checkbox" id="device-android" name="android" checked><label for="device-android">Android</label></li> |
| 22 | + <li><input type="checkbox" id="device-windows" name="windows"><label for="device-windows">Windows</label></li> |
| 23 | + </ul> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + </div> |
| 27 | + <preview> |
| 28 | + <div class="phone" id="iphone"> |
| 29 | + <div class="phone-frame"> |
| 30 | + <h2><div class="phone-icon"></div> <a href="/?ionicplatform=ios" target="_blank">iOS</a></h2> |
| 31 | + <div id="iphone-frame" class="phone-frame-wrap"> |
| 32 | + <div class="statusbar"></div> |
| 33 | + <iframe src="/?ionicplatform=ios" class="frame"></iframe> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + <div class="phone" id="android"> |
| 38 | + <div class="phone-frame"> |
| 39 | + <h2><div class="phone-icon"></div> <a href="/?ionicplatform=android" target="_blank">Android</a></h2> |
| 40 | + <div id="android-frame" class="phone-frame-wrap"> |
| 41 | + <div class="statusbar"></div> |
| 42 | + <iframe src="/?ionicplatform=android" class="frame"></iframe> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + <div class="phone" id="windows" style="display: none"> |
| 47 | + <div class="phone-frame"> |
| 48 | + <h2><div class="phone-icon"></div> <a href="/?ionicplatform=windows" target="_blank">Windows</a></h2> |
| 49 | + <div id="windows-frame" class="phone-frame-wrap"> |
| 50 | + <div class="statusbar"></div> |
| 51 | + <iframe src="/?ionicplatform=windows" class="frame"></iframe> |
| 52 | + </div> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + </preview> |
| 56 | + <div id="footer"> |
| 57 | + <div id="footer-left"> |
| 58 | + <span id="app-info"></span> |
| 59 | + </div> |
| 60 | + <div id="footer-right"> |
| 61 | + <a target="_blank" href="http://twitter.com/ionicframework">Twitter</a> |
| 62 | + <a target="_blank" href="http://ionicframework.com/docs">Documentation</a> |
| 63 | + <a target="_blank" href="https://forum.ionicframework.com/">Forum</a> |
| 64 | + <a target="_blank" href="https://github.com/driftyco/ionic">GitHub</a> |
| 65 | + </div> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + <script src="/ionic-lab/static/js/lab.js"></script> |
| 69 | + <script> |
| 70 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 71 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 72 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 73 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 74 | + |
| 75 | + ga('create', 'UA-44023830-9', { |
| 76 | + 'cookieDomain': 'none' |
| 77 | + }) |
| 78 | + ga('send', 'pageview'); |
| 79 | + </script> |
| 80 | + </body> |
| 81 | +</html> |
0 commit comments