Agregar iconos y mejorar configuración HTML
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 23s

This commit is contained in:
2025-10-17 05:45:11 -06:00
parent 027a6a5e79
commit 9043760fe4
5 changed files with 5 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="es">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title> <meta name="theme-color" content="#00DC82" />
<title>Amigos App</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/icon-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
public/icon-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB