resistants/index.html

18 lines
395 B
HTML
Raw Normal View History

2023-01-29 20:27:02 +00:00
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Résistants Enfance Libre</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-05-08 17:45:44 +00:00
<style>
body, html, #root {
height: 100%;
}
</style>
2023-01-29 20:27:02 +00:00
</head>
2023-05-08 17:45:44 +00:00
<body >
<div id="root"></div>
2023-01-29 20:27:02 +00:00
<script type="module" src="/src/main.tsx"></script>
</body>
</html>