resistants/index.html

20 lines
405 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>
2024-05-29 09:30:47 +00:00
body,
html,
#root {
2023-05-08 17:45:44 +00:00
height: 100%;
}
</style>
2023-01-29 20:27:02 +00:00
</head>
2024-05-29 09:30:47 +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>