mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-27 10:06:16 -04:00
fix(lint): cleanned index.html
This commit is contained in:
parent
a16161cdb4
commit
c3a302bc38
1 changed files with 18 additions and 6 deletions
22
index.html
22
index.html
|
@ -6,10 +6,16 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>IT Tools - Handy online tools for developers</title>
|
<title>IT Tools - Handy online tools for developers</title>
|
||||||
<meta itemprop="name" content="IT Tools - Handy online tools for developers" />
|
<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
|
||||||
<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." />
|
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="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="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="32x32" href="/favicon-32x32.png" />
|
||||||
|
@ -21,14 +27,20 @@
|
||||||
<meta property="og:url" content="https://it-tools.tech/" />
|
<meta property="og:url" content="https://it-tools.tech/" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="IT Tools - Handy online tools for developers" />
|
<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 property="og:image" content="/banner.png" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta property="twitter:domain" content="it-tools.tech" />
|
<meta property="twitter:domain" content="it-tools.tech" />
|
||||||
<meta property="twitter:url" content="https://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: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" />
|
<meta name="twitter:image" content="/banner.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue