Skip to content

Commit

Permalink
feat(web): добавить мета-теги для html (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
alei1180 committed Feb 26, 2025
1 parent 8bad469 commit 9c6f2f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/interface/view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<head>

<meta charset="utf-8">
<meta name="keywords" content="curlone, curl, 1С, конвертрер, convert, onescript, winow">
<meta name="description" content="Конвертер команды curl в код на языке 1С."/>
<meta name="author" content="Alexander Osadchy, Dmitry Ivanov, Gleb Bogachev">

<title>curlone - конвертер команды curl в код на языке 1С.</title>

<!-- favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="images/favicons/apple-icon-57x57.png">
Expand Down

0 comments on commit 9c6f2f4

Please sign in to comment.