PWA iOS icon

This commit is contained in:
2023-01-13 13:31:41 +01:00
parent 412b854d1e
commit 4ce7d62433

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Diuna</title> <title>DiunaBI</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
@@ -12,6 +12,7 @@
<script src="https://accounts.google.com/gsi/client" async="" defer=""></script> <script src="https://accounts.google.com/gsi/client" async="" defer=""></script>
<link rel="manifest" href="manifest.webmanifest"> <link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#FF9800"> <meta name="theme-color" content="#FF9800">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/icon-192x192.png">
</head> </head>
<body class="mat-typography"> <body class="mat-typography">
<app-root></app-root> <app-root></app-root>