improve PWA function and add icon
This commit is contained in:
+7
-3
@@ -3,9 +3,13 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>tasgrid</title>
|
||||
<link rel="icon" type="image/webp" href="/icon.webp" />
|
||||
<link rel="apple-touch-icon" href="/icon.webp" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta name="theme-color" content="#0a0a0a" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<title>Tasgrid</title>
|
||||
<script>
|
||||
(function () {
|
||||
const storedTheme = localStorage.getItem("tasgrid-theme");
|
||||
|
||||
Reference in New Issue
Block a user