2026-04-14 15:54:53 +02:00

19 lines
678 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MercyV Shop</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<style>
html, body { background: transparent !important; margin: 0; padding: 0; }
</style>
</head>
<body style="background: transparent !important;">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>