Browse Source

moving the template to the docs and deleting the touch icons for now.

pull/405/head
connors 11 years ago committed by XhmikosR
parent
commit
82e1244649
  1. BIN
      dist/touch-icons/apple-touch-icon-114x114.png
  2. BIN
      dist/touch-icons/apple-touch-icon-57x57.png
  3. BIN
      dist/touch-icons/apple-touch-icon-72x72.png
  4. 12
      docs/template.html

BIN
dist/touch-icons/apple-touch-icon-114x114.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
dist/touch-icons/apple-touch-icon-57x57.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
dist/touch-icons/apple-touch-icon-72x72.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

12
dist/template.html → docs/template.html

@ -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>
Loading…
Cancel
Save