Handle base URLs

This commit is contained in:
2025-02-10 07:14:26 +01:00
parent f0062b3581
commit 78fe656efa
5 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<html class="h-full bg-gray-50">
<head>
<title>PARCOURSMOB - Identification</title>
<link rel="stylesheet" href="http://localhost:9000/public/css/main.css" />
<link rel="stylesheet" href="{{ .baseUrl }}/public/css/main.css" />
</head>
<body class="h-full">
<form method="post">
@@ -51,4 +51,4 @@
</form>
</body>
</html>
{{end}}
{{end}}