Skip to content

Commit a3ddbb2

Browse files
authored
Изменил описание проекта в мета-описании (#290)
1 parent b3f9179 commit a3ddbb2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8-
<meta name="description" content="Web site created using create-react-app" />
8+
<meta
9+
name="description"
10+
content="Проект IQA (Interview Questions and Answers) – онлайн-платформа вопросов и ответов, полученных на собеседованиях в IT-компаниях."
11+
/>
912
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1013
<!--
1114
manifest.json provides metadata used when your web app is installed on a
@@ -27,6 +30,7 @@
2730
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2831
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
2932
</head>
33+
3034
<body>
3135
<noscript>You need to enable JavaScript to run this app.</noscript>
3236
<div id="root"></div>

0 commit comments

Comments
 (0)