initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-09-29 02:07:21 +02:00
padre f26be9dae3
commit 0888baa32f
Se han modificado 28 ficheros con 5280 adiciones y 78 borrados

Archivo binario no mostrado.

Antes

Anchura:  |  Altura:  |  Tamaño: 3.8 KiB

Después

Anchura:  |  Altura:  |  Tamaño: 17 KiB

Ver fichero

@@ -24,7 +24,14 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<meta name="application-name" content="GoToSocial React Frontend" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="GoToSocial React Frontend" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="description" content="GoToSocial React Frontend" />
<meta name="mobile-web-app-capable" content="yes" />
<title>GoToSocial React Frontend</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

Archivo binario no mostrado.

Antes

Anchura:  |  Altura:  |  Tamaño: 5.2 KiB

Archivo binario no mostrado.

Antes

Anchura:  |  Altura:  |  Tamaño: 9.4 KiB

Ver fichero

@@ -1,21 +1,11 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "GoToSocial React Frontend",
"name": "GoToSocial React Frontend",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",