Ajouter render pour routes principales #29

Merged
vlbeaudoin merged 5 commits from feature/render-routes into main 2023-03-24 20:09:49 -04:00
4 changed files with 7 additions and 3 deletions
Showing only changes of commit a7334f4e0f - Show all commits

3
public/css/general.css Normal file
View file

@ -0,0 +1,3 @@
h1 {
text-align: center;
}

View file

@ -1,3 +0,0 @@
h1 {
text-align: center;
}

View file

@ -0,0 +1,3 @@
{{ define "general-html" }}
<link rel="stylesheet" href="static/general.css">
{{ end }}

View file

@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<title>AGECEM</title>
{{ template "general-html" }}
<link rel="stylesheet" href="static/index.css">
</head>
<body>