presseportale/dev/presswave/index.html
Kevin Adametz 405df0a122
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
first commit
2025-10-20 17:53:02 +02:00

24 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Business Portal Pressemitteilungen aus DACH</title>
<meta name="description" content="Aktuelle Pressemitteilungen aus Deutschland, Österreich und der Schweiz. Finden Sie News aus Wirtschaft, Technologie, Gesundheit und mehr." />
<meta name="author" content="Business Portal" />
<meta property="og:title" content="Business Portal Pressemitteilungen aus DACH" />
<meta property="og:description" content="Aktuelle Pressemitteilungen aus Deutschland, Österreich und der Schweiz." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lovable_dev" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>