add manifest reference to html

This commit is contained in:
Iris Lightshard 2022-08-20 17:22:36 -06:00
parent 9f441bfaaf
commit d47d221fe5
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" />
<link rel='shortcut icon' href='/favicon.png'> <link rel='shortcut icon' href='/favicon.png'>
<link rel='manifest' href='/manifest.json'>
<title>ONYX/scry</title> <title>ONYX/scry</title>
</head> </head>
<body> <body>