Skip to content

Commit

Permalink
icons for ios home screen
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
dmcinnes committed Feb 3, 2016
1 parent 0a2464c commit ef70a25
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Binary file added icons/icon-120.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/icon-152.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/icon-60.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/icon-76.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -6,6 +6,10 @@
<meta name="viewport" content="width=1200, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<link rel="apple-touch-icon" href="icons/icon-60.png">
<link rel="apple-touch-icon" sizes="76x76" href="icons/icon-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/icon-120.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/icon-152.png">
<link rel="stylesheet" type="text/css" href="game.css"/>
<script src="lib/jquery-1.11.3.min.js"></script>
<script>
Expand Down

0 comments on commit ef70a25

Please sign in to comment.