modified: index.html

modified:   manifest.json
This commit is contained in:
DarkShy
2023-01-14 02:08:29 +03:00
parent 2c0367b1a2
commit c2e83a0bfe
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
<meta name="color-scheme" content="dark"> <meta name="color-scheme" content="dark">
<link rel="icon" type="image/x-icon" href="/img/favicon.ico"> <link rel="icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="/img/favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
</head> </head>

View File

@@ -7,7 +7,7 @@
"orientation": "any", "orientation": "any",
"scope": "/", "scope": "/",
"short_name": "DarkShy", "short_name": "DarkShy",
"start_url": "/", "start_url": "/index.html",
"theme_color": "#2afc08", "theme_color": "#2afc08",
"categories": [ "categories": [
"personalization" "personalization"