Add favicon and icon references
- Add favicon links to index.html - Move favico assets to public/ for Vite static serving - Add root favicon.ico for default /favicon.ico requests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>WORLD MONITOR</title>
|
||||
<link rel="icon" type="image/x-icon" href="/favico/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favico/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favico/favicon-16x16.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favico/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/favico/site.webmanifest" />
|
||||
<link rel="stylesheet" href="/src/styles/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
BIN
public/favico/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/favico/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
public/favico/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
public/favico/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 751 B |
BIN
public/favico/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/favico/favicon.ico
Normal file
|
After Width: | Height: | Size: 778 B |
19
public/favico/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "WorldMonitor",
|
||||
"short_name": "WorldMonitor",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#0c162d",
|
||||
"background_color": "#0c162d",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
public/favico/worldmonitor-icon-1024.png
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 778 B |