2023-03-21 18:37:51 -04:00
|
|
|
{{ define "index-html" }}
|
2023-02-23 04:24:04 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>AGECEM</title>
|
|
|
|
<style>
|
|
|
|
body {text-align: center;}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Association Générale Étudiante du Cégep Édouard-Montpetit</h1>
|
|
|
|
</body>
|
|
|
|
</html>
|
2023-03-21 18:37:51 -04:00
|
|
|
{{ end }}
|