2022-03-31 00:33:29 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
2023-06-19 17:42:29 +01:00
< link rel = "icon" href = "favicon.ico" / >
2022-03-31 00:33:29 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2022-05-15 11:29:36 +02:00
< title > IT Tools - Handy online tools for developers< / title >
< meta itemprop = "name" content = "IT Tools - Handy online tools for developers" / >
2022-07-23 18:19:40 +02: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."
/>
2023-06-19 17:42:29 +01:00
< link rel = "author" href = "humans.txt" / >
2022-07-23 18:19:40 +02:00
< link rel = "canonical" href = "https://it-tools.tech" / >
2023-06-19 17:42:29 +01: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" / >
2022-04-15 16:11:25 +02:00
< meta name = "msapplication-TileColor" content = "#da532c" / >
< meta name = "theme-color" content = "#ffffff" / >
2022-04-15 22:17:13 +02:00
2022-05-15 11:31:17 +02:00
< meta property = "og:url" content = "https://it-tools.tech/" / >
2022-04-15 22:17:13 +02:00
< meta property = "og:type" content = "website" / >
2022-05-15 11:29:36 +02:00
< meta property = "og:title" content = "IT Tools - Handy online tools for developers" / >
2022-07-23 18:19:40 +02: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-08-16 15:22:41 +02:00
< meta property = "og:image" content = "https://it-tools.tech/banner.png?v=2" / >
2022-04-15 22:17:13 +02:00
< meta name = "twitter:card" content = "summary_large_image" / >
2022-08-14 10:53:45 +02:00
< meta name = "twitter:site" content = "@ittoolsdottech" / >
< meta name = "twitter:creator" content = "@cthmsst" / >
2022-05-15 11:29:36 +02:00
< meta name = "twitter:title" content = "IT Tools - Handy online tools for developers" / >
2022-07-23 18:19:40 +02: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-08-16 15:22:41 +02:00
< meta name = "twitter:image" content = "https://it-tools.tech/banner.png?v=2" / >
2022-08-14 10:53:45 +02:00
< meta name = "twitter:image:alt" content = "IT Tools - Handy online tools for developers" / >
2024-02-21 20:18:22 +08:00
< script type = "text/javascript" >
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments); };
t = l.createElement(r); t.async = 1; t.src = `https://www.clarity.ms/tag/${i}`;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, 'clarity', 'script', 'l588ndu5jj');
< / script >
2022-03-31 00:33:29 +02:00
< / head >
< body >
< div id = "app" > < / div >
< script type = "module" src = "/src/main.ts" > < / script >
< / body >
< / html >