14 lines
425 B
HTML
Raw Permalink Normal View History

2025-05-27 16:22:44 +02:00
<!doctype html>
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-06-01 21:34:39 +02:00
<title>Daily Aujourd&apos;hui</title>
2025-05-27 16:22:44 +02:00
</head>
2025-06-01 21:34:39 +02:00
<body class="bg-background text-text dark:bg-dark-background dark:text-dark-text">
2025-05-27 16:22:44 +02:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>