📱 style: Substitui ícone PWA e favicon genérico pela foto da Camila (camila_prof.png)
This commit is contained in:
+3
-3
@@ -11,7 +11,7 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="Camila AI">
|
||||
<link rel="apple-touch-icon" href="/icon-192.png">
|
||||
<link rel="apple-touch-icon" href="/assets/camila_prof.png">
|
||||
<title>Camila AI</title>
|
||||
<!-- Google Fonts Outfit & Inter -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -20,8 +20,8 @@
|
||||
<!-- Highlight.js para destaque de sintaxe em códigos -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!-- Favicon customizado K (Kemily/Camila) -->
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='6' fill='%2310a37f'/><text x='16' y='22' font-family='Arial' font-size='18' font-weight='bold' fill='white' text-anchor='middle'>K</text></svg>" type="image/svg+xml">
|
||||
<!-- Favicon customizado -->
|
||||
<link rel="icon" href="/assets/camila_prof.png" type="image/png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-container">
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"orientation": "portrait-primary",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon-192.png",
|
||||
"src": "/assets/camila_prof.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icon-512.png",
|
||||
"src": "/assets/camila_prof.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
|
||||
Reference in New Issue
Block a user