Try to adjust view of app in messanger in message view

This commit is contained in:
Hepatica
2026-01-09 01:25:58 +01:00
parent f4588561bf
commit c722b568cf
5 changed files with 35 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Bash(dir /B \"C:\\\\AlmaVid\\\\alma-vid-master\\\\alma-vid-master\\\\public\")"
]
}
}

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
],
"deny": [],
"ask": []
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -7,9 +7,22 @@
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta
name="description" name="description"
content="Web site created using create-react-app" content="Ткаченко НН - профессиональное агентство недвижимости. Помощь в покупке, продаже и аренде недвижимости"
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Ткаченко НН - Агентство недвижимости" />
<meta property="og:description" content="Профессиональное агентство недвижимости. Помощь в покупке, продаже и аренде недвижимости" />
<meta property="og:image" content="%PUBLIC_URL%/AlvaMid-Logo-Small.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Ткаченко НН - Агентство недвижимости" />
<meta property="twitter:description" content="Профессиональное агентство недвижимости. Помощь в покупке, продаже и аренде недвижимости" />
<meta property="twitter:image" content="%PUBLIC_URL%/AlvaMid-Logo-Small.png" />
<!-- <!--
manifest.json provides metadata used when your web app is installed on a manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,7 +37,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>Ткаченко НН - Агентство недвижимости</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@@ -1,6 +1,6 @@
{ {
"short_name": "React App", "short_name": "Ткаченко НН",
"name": "Create React App Sample", "name": "Ткаченко НН - Агентство недвижимости",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",