2026-03-02 01:48:51 +01:00
|
|
|
<!DOCTYPE html>
|
2026-03-02 10:54:28 +01:00
|
|
|
<html lang="de">
|
2026-03-02 01:48:51 +01:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Daily Briefing</title>
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
2026-03-02 12:04:47 +01:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
|
2026-03-02 01:48:51 +01:00
|
|
|
</head>
|
2026-03-02 10:54:28 +01:00
|
|
|
<body class="antialiased">
|
2026-03-02 01:48:51 +01:00
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|