Better example

This commit is contained in:
Max Lynch
2013-08-23 12:06:25 -05:00
parent e10b8ca8e1
commit d9f7577508

View File

@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Set a shorter title for iOS6 devices when saved to home screen -->
<meta name="apple-mobile-web-app-title" content="Ratchet">
<meta name="apple-mobile-web-app-title" content="">
<!-- Set Apple icons for when prototype is saved to home screen -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="touch-icons/apple-touch-icon-114x114.png">
@@ -19,8 +19,9 @@
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="touch-icons/apple-touch-icon-57x57.png">
<link rel="stylesheet" href="../dist/framework-with-theme.css">
<script src="app.js"></script>
</head>
<body>
<body ontouchstart="">
<header class="bar-header">
<a class="button-prev" href="#">
Previous
@@ -37,6 +38,5 @@
</div>
<footer class="bar-footer">
</footer>
<script src="app.js"></script>
</body>
</html>