gradido/frontend/public/index.html
Alexander Friedland 4b805dafbf
Update frontend/public/index.html
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-02-07 12:27:24 +01:00

58 lines
2.5 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>
<title>Gradido Wallet</title>
<meta name="description" lang="de" content="Gradido Wallet der Gradido-Akademie">
<meta name="description" lang="en" content="Gradido Wallet of Gradido-Akademie">
<meta name="keywords" lang="de" content="aktives Grundeinkommen, Wallet, tauschen, schenken, Geldsystem, alternativ, Vergänglichkeit, Kreislauf des Lebens, Bionik">
<meta name="keywords" lang="en" content="active basic income, wallet, exchange, gift, monetary system, alternative, decay, cycle of life, bionics">
<meta name="author" content="Bernd Hückstädt - Gradido-Akademie">
<meta name="url" content="http://www.gdd.gradido.net">
<meta name="identifier-URL" content="http://www.gradido.net">
<meta charset="utf-8">
<meta name="robots" content="index,follow">
<link rel="icon" type="image/png" sizes="96x96" href="<%= webpackConfig.output.publicPath %>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="Gradido Akademie" />
<meta property="og:type" content="Wallet" />
<meta property="og:url" content="https://gdd.gradido.net" />
<meta property="og:image" content="https://gdd.gradido.net/img/gradido-wallet-650-400.jpg" />
<meta name="twitter:title" content="Gradido Akademie">
<meta name="twitter:description" content="Wallet">
<meta name="twitter:image" content="https://gdd.gradido.net/img/gradido-wallet-650-400.jpg">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div class="wrapper" id="app">
</div>
<!-- built files will be auto injected -->
</body>
</html>