diff options
author | 2022-07-23 18:19:40 +0200 | |
---|---|---|
committer | 2022-07-23 18:19:40 +0200 | |
commit | c3a302bc389a0e13aef4b14d5a9d3ec3a0d32729 (patch) | |
tree | 71a7ffb75ecf0ce813bd36aff358382531850ec2 /index.html | |
parent | a16161cdb48c064882b9dc91ec3d091d286f5c63 (diff) | |
download | it-tools-c3a302bc389a0e13aef4b14d5a9d3ec3a0d32729.tar.gz it-tools-c3a302bc389a0e13aef4b14d5a9d3ec3a0d32729.tar.zst it-tools-c3a302bc389a0e13aef4b14d5a9d3ec3a0d32729.zip |
fix(lint): cleanned index.html
Diffstat (limited to '')
-rw-r--r-- | index.html | 24 |
1 files changed, 18 insertions, 6 deletions
@@ -6,11 +6,17 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>IT Tools - Handy online tools for developers</title> <meta itemprop="name" content="IT Tools - Handy online tools for developers" /> - <meta name="description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> - <meta itemprop="description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> + <meta + name="description" + content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." + /> + <meta + itemprop="description" + content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." + /> <link rel="author" href="/humans.txt" /> - <link rel=canonical href="https://it-tools.tech"> - + <link rel="canonical" href="https://it-tools.tech" /> + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> @@ -21,14 +27,20 @@ <meta property="og:url" content="https://it-tools.tech/" /> <meta property="og:type" content="website" /> <meta property="og:title" content="IT Tools - Handy online tools for developers" /> - <meta property="og:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> + <meta + property="og:description" + content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." + /> <meta property="og:image" content="/banner.png" /> <meta name="twitter:card" content="summary_large_image" /> <meta property="twitter:domain" content="it-tools.tech" /> <meta property="twitter:url" content="https://it-tools.tech/" /> <meta name="twitter:title" content="IT Tools - Handy online tools for developers" /> - <meta name="twitter:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> + <meta + name="twitter:description" + content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." + /> <meta name="twitter:image" content="/banner.png" /> </head> <body> |