index.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>IT Tools - Handy online tools for developers</title>
  8. <meta itemprop="name" content="IT Tools - Handy online tools for developers" />
  9. <meta
  10. name="description"
  11. 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."
  12. />
  13. <meta
  14. itemprop="description"
  15. 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."
  16. />
  17. <link rel="author" href="humans.txt" />
  18. <link rel="canonical" href="https://it-tools.tech" />
  19. <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
  20. <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
  21. <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
  22. <link rel="mask-icon" href="safari-pinned-tab.svg" color="#18a058" />
  23. <meta name="msapplication-TileColor" content="#da532c" />
  24. <meta name="theme-color" content="#ffffff" />
  25. <meta property="og:url" content="https://it-tools.tech/" />
  26. <meta property="og:type" content="website" />
  27. <meta property="og:title" content="IT Tools - Handy online tools for developers" />
  28. <meta
  29. property="og:description"
  30. 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."
  31. />
  32. <meta property="og:image" content="https://it-tools.tech/banner.png?v=2" />
  33. <meta name="twitter:card" content="summary_large_image" />
  34. <meta name="twitter:site" content="@ittoolsdottech" />
  35. <meta name="twitter:creator" content="@cthmsst" />
  36. <meta name="twitter:title" content="IT Tools - Handy online tools for developers" />
  37. <meta
  38. name="twitter:description"
  39. 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."
  40. />
  41. <meta name="twitter:image" content="https://it-tools.tech/banner.png?v=2" />
  42. <meta name="twitter:image:alt" content="IT Tools - Handy online tools for developers" />
  43. </head>
  44. <body>
  45. <div id="app"></div>
  46. <script type="module" src="/src/main.ts"></script>
  47. </body>
  48. </html>