2023-03-21 18:37:51 -04:00
|
|
|
{{ define "index-html" }}
|
2023-08-15 14:30:10 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>AGECEM</title>
|
|
|
|
{{ template "general-html" }}
|
|
|
|
<link rel="stylesheet" href="/public/css/index.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{ template "header-html" }}
|
|
|
|
<div class="wrapper indexWrapper">
|
|
|
|
<h1 class="heading1">AGECEM</h1>
|
|
|
|
<h2 class="heading2">Association Générale Étudiante du Cégep Édouard-Montpetit</h2>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
2023-03-21 18:37:51 -04:00
|
|
|
{{ end }}
|