This commit is contained in:
john aperkat
2025-07-30 04:18:44 +00:00
parent 3206db6010
commit afe9b24f56
19 changed files with 1983 additions and 657 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

BIN
public/asfasf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB

BIN
public/ikasapta.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

View File

@@ -2,13 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/ikasapta.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta name="description" content="Website SOLID DATA" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
@@ -25,7 +22,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>SOLID DATA</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

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