gradido/frontend/public/index.html
2022-03-15 22:13:50 +01:00

58 lines
3.0 KiB
HTML

<!--
=========================================================
* Gradido Konto - v1.6.1
=========================================================
* Product Page: https://www.gradido.net
* Copyright 2021 Gradido-Akademie - (https://www.gradido.net)
* Coded by www.gradido.net
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->
<!DOCTYPE html>
<html>
<head>
<meta name="title" lang="de" content="<%= htmlWebpackPlugin.options.meta.title_de %>">
<meta name="title" lang="en" content="<%= htmlWebpackPlugin.options.meta.title_en %>">
<meta name="description" lang="de" content="<%= htmlWebpackPlugin.options.meta.description_de %>">
<meta name="description" lang="en" content="<%= htmlWebpackPlugin.options.meta.description_en %>">
<meta name="keywords" lang="de" content="<%= htmlWebpackPlugin.options.meta.keywords_de %>">
<meta name="keywords" lang="en" content="<%= htmlWebpackPlugin.options.meta.keywords_en %>">
<meta name="author" content="<%= htmlWebpackPlugin.options.meta.author %>">
<meta name="url" content="<%= htmlWebpackPlugin.options.meta.url %>">
<meta name="identifier-URL" content="<%= htmlWebpackPlugin.options.meta.url %>">
<meta charset="utf-8">
<meta name="robots" content="index,follow">
<link rel='canonical' href='<%= htmlWebpackPlugin.options.meta.url %>'>
<link rel="icon" type="image/png" sizes="96x96" href="./favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta property="og:title" content="<%= htmlWebpackPlugin.options.meta.title_de %>" />
<meta property="og:description" content="<%= htmlWebpackPlugin.options.meta.description_de %>" />
<meta property="og:type" content="Website" />
<meta property="og:url" content="<%= htmlWebpackPlugin.options.meta.url %>" />
<meta property="og:image" content="<%= htmlWebpackPlugin.options.meta.url %>/img/gradido-wallet-650-400.jpg" />
<meta lang="de" name="twitter:title" content="<%= htmlWebpackPlugin.options.meta.title_de %>">
<meta lang="en" name="twitter:title" content="<%= htmlWebpackPlugin.options.meta.title_en %>">
<meta lang="de" name="twitter:description" content="<%= htmlWebpackPlugin.options.meta.description_de %>">
<meta lang="en" name="twitter:description" content="<%= htmlWebpackPlugin.options.meta.description_en %>">
<meta name="twitter:image" content="<%= htmlWebpackPlugin.options.meta.url %>/img/gradido-wallet-650-400.jpg">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<!-- built files will be auto injected -->
</body>
</html>