mirror of
https://github.com/modelec/modelec.club.git
synced 2026-01-18 16:37:30 +01:00
16 lines
658 B
HTML
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>
|