36 lines
1.6 KiB
HTML
36 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>SingleChat - Chat, Single-Chat und Bildaustausch</title>
|
|
<meta name="description" content="Willkommen auf SingleChat - deine erste Adresse für Chat, Single-Chat und Bildaustausch. Chatte mit Menschen aus aller Welt, finde neue Kontakte und teile Erinnerungen sicher und komfortabel.">
|
|
<meta name="keywords" content="Chat, Single-Chat, Bildaustausch, Online-Chat, Singles, Kontakte, Community">
|
|
<meta name="robots" content="index, follow">
|
|
|
|
<!-- Open Graph Tags -->
|
|
<meta property="og:title" content="SingleChat - Chat, Single-Chat und Bildaustausch">
|
|
<meta property="og:description" content="Willkommen auf SingleChat - deine erste Adresse für Chat, Single-Chat und Bildaustausch.">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://ypchat.net/">
|
|
<meta property="og:image" content="https://ypchat.net/static/favicon.png">
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="SingleChat - Chat, Single-Chat und Bildaustausch">
|
|
<meta name="twitter:description" content="Willkommen auf SingleChat - deine erste Adresse für Chat, Single-Chat und Bildaustausch.">
|
|
<meta name="twitter:image" content="https://ypchat.net/static/favicon.png">
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://ypchat.net/">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" href="/static/favicon.png">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|
|
|