AvisSense / frontend /index.html
Stive-G
feat: migrate frontend to React for Vercel
36f0b9e
Raw
History Blame Contribute Delete
740 Bytes
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AvisSense</title>
<meta
name="description"
content="Analyse de sentiment d'avis cinema en francais avec DistilCamemBERT."
/>
<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=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<script type="module" src="/src/main.jsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>