Adding favicon, android-chrome and apple-touch icons, also the manifest.json file

This commit is contained in:
oussama02 2022-10-08 11:05:17 +02:00 committed by Avelino
parent c5dfdba7e1
commit 68ed966519
7 changed files with 31 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,19 @@
{
"name": "Awesome Go",
"short_name": "Awesome-Go",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

6
tmpl/cat-tmpl.html vendored
View File

@ -21,6 +21,12 @@
<link rel="stylesheet" type="text/css" href="/assets/fonts/firasans.css">
<link rel="stylesheet" type="text/css" href="/assets/normalize.css">
<link rel="stylesheet" type="text/css" href="/assets/awesome-go.css">
<!--ICONS-->
<link rel="icon" href="./assets/favicon/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="./assets/favicon/apple-touch-icon.png">
<link rel="manifest" href="./assets/favicon/manifest.json">
</head>
<body>

6
tmpl/tmpl.html vendored
View File

@ -21,6 +21,12 @@
<link rel="stylesheet" type="text/css" href="/assets/fonts/firasans.css">
<link rel="stylesheet" type="text/css" href="/assets/normalize.css">
<link rel="stylesheet" type="text/css" href="/assets/awesome-go.css">
<!--ICONS-->
<link rel="icon" href="./assets/favicon/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="./assets/favicon/apple-touch-icon.png">
<link rel="manifest" href="./assets/favicon/manifest.json">
</head>
<body>