feat: add and wire png app icons for iOS/PWA
This commit is contained in:
parent
0b15609bc2
commit
9ecc4253ee
9 changed files with 25 additions and 7 deletions
|
|
@ -10,7 +10,8 @@
|
|||
<title>Datenschutz | StaySense</title>
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="icon" type="image/svg+xml" href="icons/icon.svg" />
|
||||
<link rel="apple-touch-icon" href="icons/icon.svg" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="icons/icon-192.png" />
|
||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue