agecem-org/templates/html/index.gohtml

20 lines
551 B
Text
Raw Normal View History

{{ 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>
{{ template "snackbar-html" }}
2023-08-15 14:30:10 -04:00
</body>
</html>
{{ end }}