feat: add apple-touch-icon for iOS device support

Added link to ./logo.jpg as an apple-touch-icon in index.html to
ensure proper icon display when users add the site to their home
screen on iOS devices.
This commit is contained in:
kyuuseiryuu 2026-03-16 10:02:45 +09:00
parent c4f28ae471
commit ba8dfdf973

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="icon" type="image/svg+xml" href="./logo.jpg" /> <link rel="icon" type="image/svg+xml" href="./logo.jpg" />
<link rel="apple-touch-icon" type="image/svg+xml" href="./logo.jpg" />
<title>我的开球网</title> <title>我的开球网</title>
</head> </head>
<body> <body>