feat: add viewport meta tag to all HTML templates for responsive mobile display

This commit is contained in:
2026-06-29 15:44:48 +02:00
parent 94d672c0f6
commit bef01e3a0e
30 changed files with 88 additions and 1 deletions
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://unpkg.com/htmx.org@1.9.11"></script>
<meta charset="UTF-8">
<title>Équipement - AS Talange</title>