Update index.html

Added line of html to allow Progressive Web App behaviour on iOS
This commit is contained in:
zachblackrook 2021-07-08 14:46:01 -07:00 committed by GitHub
parent ef0ab81e3c
commit 8d85e47207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name=”apple-mobile-web-app-capable” content=”yes”>
<title>Blood on the Clocktower Town Square</title>
<link rel="apple-touch-icon" sizes="57x57" href="static/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="static/apple-icon-60x60.png">