mirror of
https://github.com/modelec/modelec.club.git
synced 2026-03-18 21:30:45 +01:00
14 lines
427 B
HTML
14 lines
427 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="https://r2.modelec.club/logo.png" /> <!-- TODO: Use low resolution icon instead -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Modelec ISEN</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|