2024-10-04 10:10:20 +00:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
2024-10-04 13:17:30 +00:00
< meta charset = "utf-8" >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
< title > Camélianimes< / 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/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." >
2024-10-04 10:10:20 +00:00
< link rel = "stylesheet" href = "../style.css" >
2024-10-04 14:03:37 +00:00
< link rel = "stylesheet" href = "../calendar.css" >
2024-10-04 10:10:20 +00:00
< / head >
< body >
< header >
< nav >
< a href = "../index.html" > Accueil< / a >
2024-10-07 12:44:08 +00:00
< a href = "infos.html" > Informations< / a >
2024-10-04 10:10:20 +00:00
< a href = "liste.html" > Liste< / a >
< a href = "calendrier.html" > Calendrier< / a >
< a href = "credits.html" > Crédits< / a >
< / nav >
< / header >
< div class = "container" >
< h1 > Calendrier< / h1 >
2024-10-05 10:14:24 +00:00
< div class = "mb-4 flex-end" >
2024-10-05 11:10:50 +00:00
< a href = "https://divent.crystalyx.net/subscribe/84226320451530752" target = "_blank" class = "discordButton" > Tout ajouter à mon agenda< / a >
2024-10-05 10:14:24 +00:00
< / div >
2024-10-04 14:03:37 +00:00
< div class = "cards" > < / div >
2024-10-04 10:10:20 +00:00
< / div >
2024-10-04 14:03:37 +00:00
< script src = "../scripts/calendar.js" > < / script >
2024-10-04 10:10:20 +00:00
< / body >
< / html >