Agregar favicon
This commit is contained in:
parent
87fc99b666
commit
dd22ec168b
@ -5,8 +5,8 @@
|
||||
## Versiones anteriores
|
||||
|
||||
Con Vue.js (legacy):
|
||||
- [Página web](https://a.com)
|
||||
- [Repositorio](https://github.com)
|
||||
- [Página web](https://horarios-legacy.araozu.dev)
|
||||
- [Repositorio](https://github.com/Araozu/horarios-unsa/)
|
||||
|
||||
Con JavaScript puro (descontinuado):
|
||||
- [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">
|
||||
<head>
|
||||
<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="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/global.css">
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"short_name": "Solid App",
|
||||
"name": "Create Solid App Sample",
|
||||
"short_name": "HorariosUnsa",
|
||||
"name": "Horarios Unsa 2",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"sizes": "32x32 16x16",
|
||||
"type": "image/x-icon"
|
||||
}
|
||||
],
|
||||
|
@ -85,11 +85,12 @@ export function BarraSuperior() {
|
||||
)}>
|
||||
Horarios Unsa
|
||||
</span>
|
||||
<a href="https://github.com" target="_blank" title={"Ver codigo fuente en GitHub"} className={css(
|
||||
estilosGlobales.contenedor,
|
||||
estilosGlobales.inlineBlock,
|
||||
estilosGlobales.contenedorCursor
|
||||
)}>
|
||||
<a href="https://github.com/Araozu/horarios-unsa-2/" target="_blank" title={"Ver codigo fuente en GitHub"}
|
||||
className={css(
|
||||
estilosGlobales.contenedor,
|
||||
estilosGlobales.inlineBlock,
|
||||
estilosGlobales.contenedorCursor
|
||||
)}>
|
||||
GitHub
|
||||
<i class="ph-arrow-up-right"/>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user