Victor Lacasse-Beaudoin
7d4a747774
Déplacer public/ et templates/ vers ui/ et ui/public/ Bump projet à v3, API toujours v1
12 lines
No EOL
419 B
HTML
12 lines
No EOL
419 B
HTML
{{ define "general-html" }}
|
|
<link rel="stylesheet" href="/public/css/general.css">
|
|
<link rel="stylesheet" href="/public/css/fonts.css">
|
|
<link rel="stylesheet" href="/public/css/header.css">
|
|
<link rel="stylesheet" href="/public/css/footer.css">
|
|
<script>
|
|
function onToggleNav() {
|
|
var menu = document.querySelector(".headerMenuMobile");
|
|
menu.classList.toggle('nav-is-active');
|
|
}
|
|
</script>
|
|
{{ end }} |