mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
60 lines
2.7 KiB
HTML
60 lines
2.7 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="<%= VITE_META_TITLE_DE %>">
|
|
<meta name="title" lang="en" content="<%= VITE_META_TITLE_EN %>">
|
|
<meta name="description" lang="de" content="<%= VITE_META_DESCRIPTION_DE %>">
|
|
<meta name="description" lang="en" content="<%= VITE_META_DESCRIPTION_EN %>">
|
|
<meta name="keywords" lang="de" content="<%= VITE_META_KEYWORDS_DE %>">
|
|
<meta name="keywords" lang="en" content="<%= VITE_META_KEYWORDS_EN %>">
|
|
<meta name="author" content="<%= VITE_META_AUTHOR %>">
|
|
<meta name="url" content="<%= VITE_META_URL %>">
|
|
<meta name="identifier-URL" content="<%= VITE_META_URL %>">
|
|
<meta charset="utf-8">
|
|
<meta name="robots" content="index,follow">
|
|
<link rel='canonical' href='<%= VITE_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="<%= VITE_META_TITLE_DE %>" />
|
|
<meta property="og:description" content="<%= VITE_META_DESCRIPTION_DE %>" />
|
|
<meta property="og:type" content="Website" />
|
|
<meta property="og:url" content="<%= VITE_META_URL %>" />
|
|
<meta property="og:image" content="<%= VITE_META_URL %>/img/gradido-wallet-650-400.jpg" />
|
|
|
|
<meta lang="de" name="twitter:title" content="<%= VITE_META_TITLE_DE %>">
|
|
<meta lang="en" name="twitter:title" content="<%= VITE_META_TITLE_EN %>">
|
|
<meta lang="de" name="twitter:description" content="<%= VITE_META_DESCRIPTION_DE %>">
|
|
<meta lang="en" name="twitter:description" content="<%= VITE_META_DESCRIPTION_EN %>">
|
|
<meta name="twitter:image" content="<%= VITE_META_URL %>/img/gradido-wallet-650-400.jpg">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|