Skip to content

Commit fa45bbb

Browse files
committed
Inserted a "favicon". In the 90's it used to be a single file, but now it's a lots of files.
1 parent 30b8ebc commit fa45bbb

10 files changed

+1424
-0
lines changed

android-chrome-192x192.png

70.4 KB
Loading

android-chrome-256x256.png

125 KB
Loading

apple-touch-icon.png

62 KB
Loading

browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicon-16x16.png

1.38 KB
Loading

favicon-32x32.png

2.67 KB
Loading

favicon.ico

11.7 KB
Binary file not shown.

mstile-150x150.png

32.9 KB
Loading

safari-pinned-tab.svg

Lines changed: 1396 additions & 0 deletions
Loading

site.webmanifest

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "LODA",
3+
"short_name": "LODA",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)