it-tools/index.html

39 lines
2.4 KiB
HTML
Raw Normal View History

2022-03-31 06:33:29 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-05-15 17:29:36 +08:00
<title>IT Tools - Handy online tools for developers</title>
<meta itemprop="name" content="IT Tools - Handy online tools for developers" />
2022-05-14 18:34:33 +08:00
<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." />
2022-04-15 22:11:25 +08:00
<link rel="author" href="/humans.txt" />
2022-05-10 15:12:11 +08:00
<link rel=canonical href="https://it-tools.tech">
2022-04-15 22:11:25 +08:00
<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" />
2022-04-16 04:17:13 +08:00
2022-05-15 17:31:17 +08:00
<meta property="og:url" content="https://it-tools.tech/" />
2022-04-16 04:17:13 +08:00
<meta property="og:type" content="website" />
2022-05-15 17:29:36 +08:00
<meta property="og:title" content="IT Tools - Handy online tools for developers" />
2022-05-14 18:34:33 +08:00
<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." />
2022-04-16 04:17:13 +08:00
<meta property="og:image" content="/banner.png" />
<meta name="twitter:card" content="summary_large_image" />
2022-05-15 17:31:17 +08:00
<meta property="twitter:domain" content="it-tools.tech" />
<meta property="twitter:url" content="https://it-tools.tech/" />
2022-05-15 17:29:36 +08:00
<meta name="twitter:title" content="IT Tools - Handy online tools for developers" />
2022-05-14 18:34:33 +08:00
<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." />
2022-04-16 04:17:13 +08:00
<meta name="twitter:image" content="/banner.png" />
2022-03-31 06:33:29 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>