it-tools/public/index.html

30 lines
1.5 KiB
HTML
Raw Normal View History

2020-04-07 18:06:35 +02:00
<!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" />
2020-04-07 18:06:35 +02:00
</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>