first commit
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
Kevin Adametz 2025-10-20 17:53:02 +02:00
commit 405df0a122
3083 changed files with 69203 additions and 0 deletions

24
dev/presswave/index.html Normal file
View file

@ -0,0 +1,24 @@
<!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>