mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
feat(seo): pwa and icons
This commit is contained in:
parent
cd9a3bc9b1
commit
b7193e838b
19 changed files with 4668 additions and 1 deletions
15
index.html
15
index.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue