Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
feat: add apple icon for "add to home screen"
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Sep 12, 2020
1 parent 7da6b32 commit f132291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<meta name="apple-itunes-app" content="app-id=1529695719">

<link rel="icon" type="image/png" href="assets/icon/favicon.png" />
<link rel="apple-touch-icon" href="assets/icon/favicon.png">

<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down

0 comments on commit f132291

Please sign in to comment.