|
|
|
@ -14,16 +14,8 @@
|
|
|
|
|
<!-- Set a shorter title for iOS6 devices when saved to home screen --> |
|
|
|
|
<meta name="apple-mobile-web-app-title" content="Ratchet"> |
|
|
|
|
|
|
|
|
|
<!-- 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"> |
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="touch-icons/apple-touch-icon-72x72.png"> |
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="touch-icons/apple-touch-icon-57x57.png"> |
|
|
|
|
|
|
|
|
|
<!-- Include the compiled Ratchet CSS --> |
|
|
|
|
<link rel="stylesheet" href="ratchet.css"> |
|
|
|
|
|
|
|
|
|
<!-- Include the compiled Ratchet JS --> |
|
|
|
|
<script src="ratchet.js"></script> |
|
|
|
|
<link rel="stylesheet" href="/dist/ratchet.min.css"> |
|
|
|
|
|
|
|
|
|
<!-- Intro paragraph styles. Delete once you start using this page --> |
|
|
|
|
<style> |
|
|
|
@ -70,5 +62,7 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- Include the compiled Ratchet JS --> |
|
|
|
|
<script src="/dist/ratchet.min.js"></script> |
|
|
|
|
</body> |
|
|
|
|
</html> |