it-tools/public/index.html
2022-04-23 00:48:31 +02:00

30 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>IT Tools - Set of handy developer tools</title>
<link rel="canonical" href="https://it-tools.tech">
<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.">
<meta itemprop="image" content="/img/banner.png">
<meta property="og:image" content="/img/banner.png">
<meta name="twitter:image" content="/img/banner.png">
<link rel="author" href="humans.txt" />
<meta name="robots" content="noindex">
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>