Victor Lacasse-Beaudoin
0036a6ddca
Déplacer public/scss vers public/css Ajouter public/css/index.css comme stylesheet pour / Ajouter route /static/index.css comme Blob text/css
13 lines
296 B
Text
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 }}
|