Sites-Camelia/branches/alt+tab/la-compagnie-de-sufokia/calendrier.html

38 lines
1.4 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
2024-11-14 22:25:35 +00:00
<title>La Compagnie de Sufokia</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Camélianimes">
<meta property="og:image" content="https://camelia-studio.org/branches/alt+tab/la-compagnie-de-sufokia/images/c7b93f49527705.jpeg">
<meta property="og:description" content="Guilde La Compagnie de Sufokia (communauté Alt Tab de l'association Camélia Studio). Discord https://discord.gg/nBuZ9vJ.">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./calendar.css">
</head>
<body>
<header>
<nav>
<a href="index.html">Accueil</a>
2024-11-14 22:14:50 +00:00
<a href="events.html" >Événements</a>
<a href="calendrier.html" style="color: #ff6600;">Calendrier</a>
<a href="roulette.html">Roulette</a>
2024-11-13 10:20:24 +00:00
<a href="projets.html">Projets</a>
<a href="credits.html">Crédits</a>
</nav>
</header>
<div class="container">
<h1>Calendrier</h1>
<div class="mb-4 flex-end">
<a href="https://divent.crystalyx.net/subscribe/84226320451530752" target="_blank" class="discordButton">Tout ajouter à mon agenda</a>
</div>
<div class="cards"></div>
</div>
<script src="./scripts/calendar.js"></script>
</body>
</html>