Files
modelec.club/index.html
2024-10-14 18:15:51 +02:00

16 lines
658 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" /> <!-- TODO: Use low resolution icon instead -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Modelec ISEN</title>
<script defer data-domain="modelec.club" src="https://plausible.mrqt.fr/js/script.outbound-links.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>