agecem-org/public/html/index.gohtml
Victor Lacasse-Beaudoin 0036a6ddca Ajouter stylesheet /static/index.css pour /
Déplacer public/scss vers public/css

Ajouter public/css/index.css comme stylesheet pour /

Ajouter route /static/index.css comme Blob text/css
2023-03-21 19:59:41 -04:00

13 lines
296 B
Text

{{ define "index-html" }}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>AGECEM</title>
<link rel="stylesheet" href="static/index.css">
</head>
<body>
<h1>Association Générale Étudiante du Cégep Édouard-Montpetit</h1>
</body>
</html>
{{ end }}