Files
sbsports/index.html
alexandrump 975efc30a4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add branding assets and refine login/sidebar UI
2026-04-22 02:00:10 +02:00

14 lines
391 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/jpeg" href="/favicon.jpg" />
<title>Sanae Benkhlifa Sports - Système de Gestion</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>