diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Aggregated set of useful tools that every developer may need once in a while." /> <title>IT Tools</title> + <meta itemprop="name" content="IT-Tools" /> + <meta property="og:title" content="IT-Tools" /> + <meta name="twitter:title" content="IT-Tools" /> + <meta name="description" content="Aggregated set of useful tools that every developer may need once in a while." /> + <meta itemprop="description" content="Aggregated set of useful tools that every developer may need once in a while." /> + <meta property="og:description" content="Aggregated set of useful tools that every developer may need once in a while." /> + <meta name="twitter:description" content="Aggregated set of useful tools that every developer may need once in a while." /> + <link rel="author" href="/humans.txt" /> + + <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" /> + <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#18a058" /> + <meta name="msapplication-TileColor" content="#da532c" /> + <meta name="theme-color" content="#ffffff" /> </head> <body> <div id="app"></div> |