feat(seo): added title + description

This commit is contained in:
Corentin Thomasset 2022-04-07 22:13:38 +02:00
parent 888ab2cf37
commit 5f74037105
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -4,7 +4,8 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<meta name="description" content="Aggregated set of useful tools that every developer may need once in a while." />
<title>IT Tools</title>
</head>
<body>
<div id="app"></div>