Skip to content

Commit

Permalink
Merge pull request #8 from zvandermeer/main
Browse files Browse the repository at this point in the history
Add iOS Meta Tags
  • Loading branch information
zvandermeer authored Jan 2, 2025
2 parents dcffead + ee04922 commit 027dc1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#fff9e7">
<meta name="apple-mobile-web-app-title" content="Gradient Swap!" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="apple-touch-icon" href="/src/assets/icons/apple-touch-icon.png">
<link rel="icon" href="/src/assets/icons/favicon-32x32.png" type="image/png" sizes="32x32">
<link rel="icon" href="/src/assets/icons/favicon-16x16.png" type="image/png" sizes="16x16">
Expand Down

0 comments on commit 027dc1d

Please sign in to comment.