dashboard / index.html
jimmytousergo's picture
Sync from GitHub via hub-sync
dfe9b61 verified
Raw
History Blame Contribute Delete
327 Bytes
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TOUS ERGO DASHBOARD</title>
</head>
<body class="bg-slate-100">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>