Integrated meta tags into the index.html
This commit is contained in:
parent
5861e3d2d3
commit
7e682671f7
11
index.html
11
index.html
@ -3,7 +3,16 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>LicenseAPI | Die perfekte Lösung zum lizenzieren Ihrer Projekte</title>
|
||||
<title>LicenseAPI</title>
|
||||
<meta name="theme-color" content="#F15732">
|
||||
<meta name="description" content="Die Lizenzierung Ihrer App war noch nie so einfach.">
|
||||
<link rel="icon" type="image/png" href="/assets/images/logo.png">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/images/logo.svg">
|
||||
<meta name="og:description" content="Die Lizenzierung Ihrer App war noch nie so einfach.">
|
||||
<meta name="og:image" content="/assets/images/logo.png">
|
||||
<meta name="og:url" content="https://licenseapi.de">
|
||||
<meta name="og:site_name" content="LicenseAPI" >
|
||||
<meta name="og:title" content="LicenseAPI">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user