Ajout d'une feuille de style pour nos amis les PC

This commit is contained in:
EpicKiwi 2026-06-28 17:51:16 +02:00
parent 0db54f17cd
commit 709a83fc3f
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
4 changed files with 147 additions and 16 deletions

View file

@ -6,6 +6,7 @@
<title>Carte Interhack Camp 2026</title>
<link rel="stylesheet" href="./js/lib/leaflet/leaflet.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/style-desktop.css" media="screen and (min-width: 600px)">
<link rel="stylesheet" href="./css/widgets.css">
<script type="module" src="./js/index.js"></script>
<script type="module" src="./js/components/bidi-panel.js"></script>