22 lines
895 B
HTML
22 lines
895 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<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>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|