pwa, save sample view preferences

This commit is contained in:
VLE2FE
2020-08-12 17:38:12 +02:00
parent c681c5d881
commit 5f6411c613
22 changed files with 176 additions and 38 deletions

View File

@ -6,8 +6,11 @@
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
</head>
<body>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</html>