Files
LeDiscord/frontend/index.html
EvanChal 5bbe05000e
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 20s
feat(front+back): pwa added, register parkour update with it, and jeux added in coming soon
2026-01-25 19:28:21 +01:00

26 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Plateforme communautaire LeDiscord - Notre espace">
<meta name="theme-color" content="#6366f1">
<!-- PWA Meta Tags -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="LeDiscord">
<link rel="apple-touch-icon" href="/icon-192x192.png">
<title>LeDiscord - Notre espace</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>