agecem-org/templates/html/index.gohtml

18 lines
421 B
Text
Raw Normal View History

{{ define "index-html" }}
<!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" }}
<h1 class="heading1">AGECEM</h1>
<h2 class="heading2">Association Générale Étudiante du Cégep Édouard-Montpetit</h2>
</body>
</html>
{{ end }}