mirror of
https://github.com/danilt2000/Alma-vid.git
synced 2026-02-04 01:34:13 +02:00
Try to adjust view of app in messanger in message view
This commit is contained in:
7
.claude/settings.local.json
Normal file
7
.claude/settings.local.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(dir /B \"C:\\\\AlmaVid\\\\alma-vid-master\\\\alma-vid-master\\\\public\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
11
Alma-vid-master/.claude/settings.local.json
Normal file
11
Alma-vid-master/.claude/settings.local.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(git add:*)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git push:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
BIN
public/AlvaMid-Logo-Small.png
Normal file
BIN
public/AlvaMid-Logo-Small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -7,9 +7,22 @@
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
content="Ткаченко НН - профессиональное агентство недвижимости. Помощь в покупке, продаже и аренде недвижимости"
|
||||
/>
|
||||
<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
|
||||
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.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>Ткаченко НН - Агентство недвижимости</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"short_name": "Ткаченко НН",
|
||||
"name": "Ткаченко НН - Агентство недвижимости",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
||||
Reference in New Issue
Block a user