2024-11-11 18:46:07 +00:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
< 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" >
2024-11-14 22:11:27 +00:00
< meta property = "og:image" content = "https://camelia-studio.org/p/camelianimes/images/B27AB0.gif" >
< meta property = "og:description" content = "Séances de visionnage d'animés, organisées par l'association Camélia Studio sur son serveur Discord https://discord.gg/nBuZ9vJ." >
< link rel = "stylesheet" href = "./style.css" >
< link rel = "stylesheet" href = "./calendar.css" >
2024-11-11 18:46:07 +00:00
< / head >
< body >
< header >
< nav >
< a href = "index.html" > Accueil< / a >
2024-11-14 22:11:27 +00:00
< a href = "events.html" style = "color: #ff6600;" > Événements< / a >
< a href = "calendrier.html" > Calendrier< / a >
2024-11-11 18:46:07 +00:00
< a href = "roulette.html" > Roulette< / a >
2024-11-13 10:20:24 +00:00
< a href = "projets.html" > Projets< / a >
2024-11-11 18:46:07 +00:00
< a href = "credits.html" > Crédits< / a >
< / nav >
< / header >
2024-11-14 22:11:27 +00:00
< 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 >
2024-11-11 18:46:07 +00:00
< / div >
2024-11-14 22:11:27 +00:00
< script src = "./scripts/calendar.js" > < / script >
2024-11-11 18:46:07 +00:00
< / body >
2024-11-14 22:11:27 +00:00
< / html >