form letter count added with some JavaScript, small corrections

This commit is contained in:
2026-06-18 15:11:28 +02:00
parent 075d626ebb
commit 098a26b77f
3 changed files with 55 additions and 31 deletions
+10 -6
View File
@@ -12,11 +12,12 @@
<h1>FleetZen</h1>
<div id="buttons">
<button class="instyled">contact</button>
<a href="pages/services.html"><button class="styled">services</button></a>
<a href="services.html"><button class="styled">services</button></a>
<a href="../index.html"><button class="styled"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-corner-down-left-icon lucide-corner-down-left"><path d="M20 4v7a4 4 0 0 1-4 4H4"/><path d="m9 10-5 5 5 5"/></svg>retour</button></a>
</div>
</div>
<p id= titre_tableau>
<b>Les développeurs de ce site</b>
</p>
@@ -49,16 +50,19 @@
</p>
<p>
<label for="e_mail">Votre e-mail:</label>
<input type="text" name="e-mail" id="e-mail" placeholder="Ex. : stage2@echoes.solutions" size="50" maxlength="40">
</p>
<p>
<label for="contacter">Des questions a nous poser?</label><br>
<textarea name="contacter" id="contacter"></textarea>
<input type="e_mail" name="email" id="email" placeholder="Ex. : stage2@echoes.solutions" size="50" maxlength="40">
</p>
<div>
<label for="contacter">Des questions a nous poser?</label><br>
<textarea name="contacter" id="contacter" rows="6" cols="40" maxlength="500"></textarea>
<p class=small>Il vous reste <span id="restant">500</span> caractères.</p>
</div>
<p>
<button>Envoyer</button>
</p>
</form>
</div>
<script src="../contact.js"></script>
</body>
</html>