You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
696 B
27 lines
696 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
|
|
<title>Formulaire de témoignage</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- La barre bleue située en tête de page -->
|
|
<img id="logoUCA" src="https://cdn.uca.fr/images/logos/logo_uca_mini_light.png" height="35px">
|
|
<h1>Votre témoignage nous intéresse !</h1>
|
|
|
|
<!-- L'intégralité du formulaire de témoignage -->
|
|
<form id="container_form">
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|