Skip to content

Commit

Permalink
webapp capable
Browse files Browse the repository at this point in the history
  • Loading branch information
Giel Berkers committed Mar 7, 2013
1 parent e753b9e commit d99a020
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<title>Giels' PlayGround</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/stylesheets/screen.css" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="assets/stylesheets/screen.css" />
</head>
<body>
<script type="text/javascript" src="assets/javascripts/app.js"></script>
Expand Down

0 comments on commit d99a020

Please sign in to comment.