16 lines
496 B
HTML
16 lines
496 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" translate="no" class="dark h-full">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<title>Le compte est bon</title>
|
|
</head>
|
|
|
|
<body class="bg-stone-200 text-stone-900 dark:bg-stone-900 dark:text-stone-200 h-full">
|
|
<div id="app" class="h-full"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |