Agregar favicon
This commit is contained in:
parent
87fc99b666
commit
dd22ec168b
@ -5,8 +5,8 @@
|
|||||||
## Versiones anteriores
|
## Versiones anteriores
|
||||||
|
|
||||||
Con Vue.js (legacy):
|
Con Vue.js (legacy):
|
||||||
- [Página web](https://a.com)
|
- [Página web](https://horarios-legacy.araozu.dev)
|
||||||
- [Repositorio](https://github.com)
|
- [Repositorio](https://github.com/Araozu/horarios-unsa/)
|
||||||
|
|
||||||
Con JavaScript puro (descontinuado):
|
Con JavaScript puro (descontinuado):
|
||||||
- [Página web](http://unsasystem.atwebpages.com/)
|
- [Página web](http://unsasystem.atwebpages.com/)
|
||||||
|
BIN
public/android-chrome-192x192.png
Normal file
BIN
public/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
public/android-chrome-512x512.png
Normal file
BIN
public/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
public/apple-touch-icon.png
Normal file
BIN
public/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
public/favicon-16x16.png
Normal file
BIN
public/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 426 B |
BIN
public/favicon-32x32.png
Normal file
BIN
public/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 739 B |
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -2,11 +2,11 @@
|
|||||||
<html lang="es">
|
<html lang="es">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"/>
|
<link rel="shortcut icon" href="./favicon.ico"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<meta name="theme-color" content="#000000"/>
|
<meta name="theme-color" content="#000000"/>
|
||||||
|
|
||||||
<title>Horarios - Solid</title>
|
<title>Horarios Unsa 2</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/phosphor.min.css">
|
<link rel="stylesheet" href="css/phosphor.min.css">
|
||||||
<link rel="stylesheet" href="css/global.css">
|
<link rel="stylesheet" href="css/global.css">
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"short_name": "Solid App",
|
"short_name": "HorariosUnsa",
|
||||||
"name": "Create Solid App Sample",
|
"name": "Horarios Unsa 2",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
"sizes": "32x32 16x16",
|
||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -85,11 +85,12 @@ export function BarraSuperior() {
|
|||||||
)}>
|
)}>
|
||||||
Horarios Unsa
|
Horarios Unsa
|
||||||
</span>
|
</span>
|
||||||
<a href="https://github.com" target="_blank" title={"Ver codigo fuente en GitHub"} className={css(
|
<a href="https://github.com/Araozu/horarios-unsa-2/" target="_blank" title={"Ver codigo fuente en GitHub"}
|
||||||
estilosGlobales.contenedor,
|
className={css(
|
||||||
estilosGlobales.inlineBlock,
|
estilosGlobales.contenedor,
|
||||||
estilosGlobales.contenedorCursor
|
estilosGlobales.inlineBlock,
|
||||||
)}>
|
estilosGlobales.contenedorCursor
|
||||||
|
)}>
|
||||||
GitHub
|
GitHub
|
||||||
<i class="ph-arrow-up-right"/>
|
<i class="ph-arrow-up-right"/>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user