Amélioration du style de la page
This commit is contained in:
parent
1f8f93b411
commit
8aac03e6df
4 changed files with 66 additions and 3 deletions
|
|
@ -4,14 +4,19 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Carte Interhack Camp 2026</title>
|
||||
<link rel="stylesheet" href="./css/style.css">
|
||||
<link rel="stylesheet" href="./js/lib/leaflet/leaflet.css">
|
||||
<link rel="stylesheet" href="./css/style.css">
|
||||
<script type="module" src="./js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header id="main-header">
|
||||
<img src="./logo.png" alt="Interhack Camp" id="logo">
|
||||
</header>
|
||||
|
||||
<section id="map"></section>
|
||||
|
||||
<section id="search-section">
|
||||
<form id="search-area">
|
||||
<form id="search-area" hidden>
|
||||
<label for="search-area-query">Rechercher une zone</label>
|
||||
<input type="search" name="query" id="search-area-query" />
|
||||
<button>Rechercher</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue